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
2020-07-13 11:40:56 +02:00
.github Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00
.settings Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00
client Move Envoy Client to client/ subdirectory 2020-07-13 11:37:45 +02:00
server Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00
src Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00
.classpath Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00
.gitignore Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00
.project Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00
CODE_OF_CONDUCT.md Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00
CONTRIBUTING.md Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00
LICENSE Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00
pom.xml Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00
README.md Move Envoy Server Standalone to server/ subdirectory 2020-07-13 11:40:00 +02:00

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