mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
Improve uuid/number handling
This commit is contained in:
parent
4f8da7819e
commit
3d5c440aa2
3 changed files with 19 additions and 17 deletions
|
@ -422,12 +422,12 @@ listIdentities() -> identities<a(oss)>::
|
|||
* identities : Array of structs (objectPath, id, name)
|
||||
** objectPath : DBusPath representing the identity object path
|
||||
** uuid : Internal uuid of the identity
|
||||
** number : Phone number of the identity (or uuid if not known)
|
||||
** number : Phone number of the identity
|
||||
|
||||
Lists all know identities
|
||||
|
||||
getIdentity(Number<s>) -> identityPath<o>::
|
||||
* Number : Phone number
|
||||
* Number : Phone number
|
||||
* identityPath : DBusPath object for the identity
|
||||
|
||||
Gets the identity Dbus path for a given phone number
|
||||
|
@ -575,13 +575,15 @@ To get all properties, use:
|
|||
|
||||
trust() -> <>::
|
||||
|
||||
Establish trust with the given identity. TrustLevel will become TRUSTED_UNVERFIED
|
||||
Establish trust with the given identity.
|
||||
TrustLevel will become TRUSTED_UNVERFIED
|
||||
|
||||
Exceptions: Failure
|
||||
|
||||
trustVerified(SafetyNumber<s>) -> <>::
|
||||
|
||||
Establish trust with the given identity using their safety number. TrustLevel will become TRUSTED_VERIFIED
|
||||
Establish trust with the given identity using their safety number.
|
||||
TrustLevel will become TRUSTED_VERIFIED
|
||||
|
||||
Exceptions: Failure
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue