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
Kai S. K. Engelbart d9186ac821 Merge pull request #15 from informatik-ag-ngl/f/enhanced_config
Migrated Config, ConfigItem and EnvoyLog from envoy-client
2020-03-05 14:19:36 +01:00
.github Added Pull Request templates 2020-01-04 09:32:20 +01:00
.settings Removed unnecessary instance variable from HandshakeRejectionEvent 2020-02-12 06:26:33 +01:00
src/main/java/envoy Migrated Config, ConfigItem and EnvoyLog from envoy-client 2020-03-02 19:16:28 +01:00
.classpath Renamed MessageIdGenerator to IdGenerator, added IdGeneratorRequest 2020-01-28 17:01:02 +01: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 Update README.md 2020-02-13 09:47:23 +01:00
pom.xml Renamed MessageIdGenerator to IdGenerator, added IdGeneratorRequest 2020-01-28 17:01:02 +01: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