An instant messaging application with a self-hostable server.
5ff9253236
* Created module- and package-info.java and changed JRE from 8 to 11 * Using JDK 11 as Build JDK and Maven build Co-authored-by: Haramus Samsamus <kske@outlook.de> |
||
---|---|---|
.github | ||
.settings | ||
src/main/java | ||
.classpath | ||
.gitignore | ||
.project | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
pom.xml | ||
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