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
CyB3RC0nN0R c70416df28 Added event system
+ Event interface for defining event objects
+ EventHandler interface for defining event handlers
+ EventBus singleton class for managing event handlers and dispatching
events
2019-12-04 18:50:06 +01:00
.settings Added Maven project 2019-09-28 11:51:52 +02:00
src/main Added event system 2019-12-04 18:50:06 +01:00
.classpath Sync 2019-11-04 23:10:53 +01:00
.gitignore Updated .gitignore to include localDB 2019-10-30 06:16:44 +01:00
.project Added message sending request 2019-09-28 16:23:00 +02:00
LICENSE Initial commit 2019-09-27 06:37:44 +02:00
pom.xml Added message sending request 2019-09-28 16:23:00 +02:00
README.md Initial commit 2019-09-27 06:37:44 +02:00

envoy-client