An instant messaging application with a self-hostable server.
This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
delvh 8540549ef2 Merge pull request #28 from informatik-ag-ngl/f/maximum_name_size
Added a method to get the maximum size allowed for user/ group names
2020-06-27 20:26:11 +02:00
.github Create CODEOWNERS 2020-06-15 12:17:56 +02:00
.settings Add missing Javadoc, remove unused resource folder 2020-06-08 08:39:58 +02:00
src Added a method to get the maximum size allowed for user/ group names 2020-06-27 17:36:03 +02:00
.classpath Removed checked exception from LoginCredential constructor 2020-04-10 13:43:53 +02:00
.gitignore Added message schema 2019-09-28 14:20:25 +02:00
.project Removed unused project natures from .project 2019-12-04 18:46:49 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-01-02 15:04:35 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-01-03 21:32:47 +01:00
LICENSE Initial commit 2019-09-28 13:46:33 +02:00
README.md Fixed Envoy icon not showing in README.md 2020-06-26 20:45:09 +02:00
pom.xml Add missing Javadoc, remove unused resource folder 2020-06-08 08:39:58 +02:00

README.md

Envoy Common

Envoy Common is a library required to build the client and server of the messenger Envoy.







Features

Envoy Common consists of all classes that are used both on client side and the server side, thus making them "common". Currently used features are:

  • Messages
  • Users
    • LoginCredentials
  • Logging
  • Event System
  • EnvoyException

Resources