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 c8d404ba16 Update README.md 2020-01-02 15:12:25 +01:00
.github Update issue templates 2020-01-02 14:16:05 +01:00
.settings Replaced sync XSD by custom objects 2019-12-28 22:03:41 +02:00
src/main/java/envoy Added missing Javadoc tags. 2019-12-31 18:10:45 +02:00
.classpath Replaced sync XSD by custom objects 2019-12-28 22:03:41 +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
LICENSE Initial commit 2019-09-28 13:46:33 +02:00
README.md Update README.md 2020-01-02 15:12:25 +01:00
pom.xml Replaced sync XSD by custom objects 2019-12-28 22:03:41 +02:00

README.md

Envoy Common

Envoy Common is one of two repositories needed to use the messenger Envoy.
The other one is Envoy Client.
In the future, Envoy Common might be discarded, but for now, both Repositories are required in order to use Envoy to send messages to other people.


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