mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 12:30:39 +00:00
- 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)
15 lines
No EOL
133 B
Text
15 lines
No EOL
133 B
Text
.gradle/
|
|
.idea/*
|
|
!.idea/codeStyles/
|
|
build/
|
|
*~
|
|
*.swp
|
|
*.iml
|
|
local.properties
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
out/
|
|
.DS_Store
|
|
bin/
|
|
config/ |