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 1d35de3a39 Added method to handle incoming objects
(not finished as the methods to further process these "Events" have not
been implemented yet)
2019-12-29 14:16:39 +01:00
.settings Added basic lifecycle with object reading capabilities 2019-12-28 15:48:39 +02:00
src/main/java/envoy/server Added method to handle incoming objects 2019-12-29 14:16:39 +01:00
.classpath Added Maven project 2019-12-23 21:31:51 +01:00
.gitignore Added Maven project 2019-12-23 21:31:51 +01:00
.project Added Maven project 2019-12-23 21:31:51 +01:00
LICENSE Initial commit 2019-12-23 21:20:20 +01:00
pom.xml Changed length of encoded message length to 4 bytes 2019-12-29 10:48:15 +02:00
README.md Initial commit 2019-12-23 21:20:20 +01:00

envoy-server-standalone

Standalone server for the Envoy project