X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/a96c4938b15f3006efa6fc9dc1199c0ab6207e00..ed746c389cccfe8401d8628141c8acc4c0690301:/man/signal-cli-dbus.5.adoc diff --git a/man/signal-cli-dbus.5.adoc b/man/signal-cli-dbus.5.adoc index 0f11ef9d..1f2caa18 100644 --- a/man/signal-cli-dbus.5.adoc +++ b/man/signal-cli-dbus.5.adoc @@ -422,12 +422,12 @@ listIdentities() -> identities:: * 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) -> identityPath:: -* 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) -> <>:: -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