Updated DBus service (markdown)

John Freed 2021-09-18 00:18:28 +02:00
parent 4b877230e7
commit f0cac74505

@ -131,7 +131,7 @@ Keep in mind that if you use DBus as a system service and want to send a message
For an example of sending a group message through the dbus interface, see [#272](https://github.com/AsamK/signal-cli/issues/272).
In the examples above, attachments are identified by the first array:string: argument (dbus-send arguments must be in the correct order). The last argument can either be a single string:RECIPIENT or an array:string:RECIPIENT1,RECIPIENT2,... (for dbus-send, an array argument consists of a comma-separated list).
In the examples above, attachments are identified by the first `array:string:` argument (`dbus-send` arguments must be in the correct order). The last argument can either be a single `string:RECIPIENT` (as in the examples above) or an `array:string:RECIPIENT1,RECIPIENT2,...` (for `dbus-send`, an array argument consists of a comma-separated list).
### Receive messages from signal-cli daemon
The signal-cli daemon publishes new messages to dbus.