mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-04 05:00:39 +00:00
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:
parent
c3c1802b4d
commit
4f3e3f9a24
24 changed files with 1130 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,3 +11,5 @@ local.properties
|
|||
.settings/
|
||||
out/
|
||||
.DS_Store
|
||||
bin/
|
||||
config/
|
Loading…
Add table
Add a link
Reference in a new issue