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.
envoy/common
Kai S. K. Engelbart 34337c3838 Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
..
.github Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
.settings Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
src Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
.classpath Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
.gitignore Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
.project Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
CODE_OF_CONDUCT.md Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
CONTRIBUTING.md Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
LICENSE Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
README.md Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
pom.xml Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +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