Accept JSON formatted command via sockets

- Start ServerSocket and listen for clients
- Accept multiple JSON objects as commands
	* Send messages (single recipient / group)
	* Receive messages (minimal support)
	* Send reactions
- Support attachments embedded in JSON (base64 encoded)
This commit is contained in:
Sebastian Haas 2021-01-13 22:52:48 +01:00
parent c3c1802b4d
commit 4f3e3f9a24
No known key found for this signature in database
GPG key ID: DE43FCD0565E3C77
24 changed files with 1130 additions and 4 deletions

2
.gitignore vendored
View file

@ -11,3 +11,5 @@ local.properties
.settings/
out/
.DS_Store
bin/
config/