mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-04 05:00:39 +00:00
moved code to a new stdio command file
This commit is contained in:
parent
218da34968
commit
138e94edb5
5 changed files with 147 additions and 92 deletions
|
@ -1,4 +1,4 @@
|
|||
This fork changes the daemon command to read commands as JSON from stdin instead of exporting a DBus interface. It also includes reactions in JSON output.
|
||||
This fork adds a stdio command, which is similar to the daemon --dbus command but read commands as JSON from stdin instead of exporting a DBus interface. It also includes reactions in JSON output.
|
||||
|
||||
Currently, only sendMessage is available. The JSON interface is {"command": "sendMessage", "recipient": number, "content": message, "details": {"attachments": []}}. The details field is optional. As far as I can tell, attachments must be full absolute file paths.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue