mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-06 22:10:38 +00:00
implement Dbus methods
sendContacts sendSyncRequest trust update documentation
This commit is contained in:
parent
21db752d28
commit
663f6f6e73
3 changed files with 93 additions and 3 deletions
|
@ -195,6 +195,24 @@ Depending on the type of the recipient(s) field this deletes a message with one
|
|||
|
||||
Exceptions: Failure, InvalidNumber
|
||||
|
||||
sendContacts() -> <>
|
||||
|
||||
Sends a synchronization message with the local contacts list to all linked devices.
|
||||
|
||||
Exceptions: Failure, UntrustedIdentity
|
||||
|
||||
sendSyncRequest() -> <>
|
||||
|
||||
Sends a synchronization request to the primary device (for group, contacts, ...). Only works if a secondary device is running the daemon.
|
||||
|
||||
Exception: Failure
|
||||
|
||||
trust(number<s>, safetyNumber<s>) -> <>::
|
||||
* number : Phone number
|
||||
* safetyNumber : Verify the safety number associated with the phone number.
|
||||
|
||||
Exceptions: Failure, InvalidNumber;
|
||||
|
||||
sendTyping(typingAction<b>, base64GroupId<s>, recipients<as>) -> <>
|
||||
* typingAction : true = start typing, false = stop typing
|
||||
* base64GroupId : String representing the internal group identifier in Base64 format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue