From 7832afd8199bd7e224625ecfc9cd056f8709df3c Mon Sep 17 00:00:00 2001 From: exquo <62397152+exquo@users.noreply.github.com> Date: Sat, 3 Apr 2021 19:22:05 +0000 Subject: [PATCH] Improve DBus man page (#589) * Improve DBus man page - Expand synopsis - Add examples - Fix typos * Update to DBus man page --- man/signal-cli-dbus.5.adoc | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/man/signal-cli-dbus.5.adoc b/man/signal-cli-dbus.5.adoc index 61091d4b..e84032bf 100755 --- a/man/signal-cli-dbus.5.adoc +++ b/man/signal-cli-dbus.5.adoc @@ -11,10 +11,11 @@ DBus API for signal-cli - A commandline and dbus interface for the Signal messen == Synopsis -*signal-cli* [--config CONFIG] daemon --dbus-system +*signal-cli* [--verbose] [--config CONFIG] [-u USERNAME] [-o {plain-text,json}] daemon [--system] -*dbus-send* --system --type=method_call --print-reply --dest="org.asamk.Signal" /org/asamk/Signal org.asamk.Signal. [string:] [array::] +*dbus-send* [--system | --session] [--print-reply] --type=method_call --dest="org.asamk.Signal" /org/asamk/Signal[/_] org.asamk.Signal. [string:] [array::] +Note: when daemon was started without explicit `-u USERNAME`, the `dbus-send` command requires adding the phone number in `/org/asamk/Signal/_`. == Description @@ -54,7 +55,7 @@ updateProfile(newName, about , aboutEmoji , avatar, remove) -> <> * newName : New name for your own profile (empty if unchanged) * about : About message for profile (empty if unchanged) * aboutEmoji : Emoji for profile (empty if unchanged) -* avatar : Filename of avatar picutre for profile (empty if unchanged) +* avatar : Filename of avatar picture for profile (empty if unchanged) * remove : Set to 1 if the existing avatar picture should be removed Exceptions: Failure @@ -90,7 +91,7 @@ Exceptions: GroupNotFound, Failure isMember(groupId) -> active:: * groupId : Byte array representing the internal group identifier -Note that this method not raise an Exception for a non-existing/unknown group but will simply return 0 (false) +Note that this method does not raise an Exception for a non-existing/unknown group but will simply return 0 (false) sendEndSessionMessage(recipients) -> <>:: * recipients : Array of phone numbers @@ -126,7 +127,7 @@ Expections: AttachmentInvalid, Failure, InvalidNumber, UntrustedIdentity getContactName(number) -> name:: * number : Phone number -* name : Name set in contacts (setContacts) or if not set the profile name +* name : Contact's name in local storage (from the master device for a linked account, or the one set with setContactName); if not set, contact's profile name is used setContactName(number,name<>) -> <>:: * number : Phone number @@ -135,7 +136,7 @@ setContactName(number,name<>) -> <>:: getGroupIds() -> groupList:: groupList : Array of Byte arrays representing the internal group identifiers -All groups known are returned, regardsless of their active or blocked status. To query that use isMember() and isGroupBlocked() +All groups known are returned, regardless of their active or blocked status. To query that use isMember() and isGroupBlocked() getGroupName(groupId) -> groupName:: groupName : The display name of the group @@ -158,7 +159,7 @@ getContactNumber(name) -> numbers:: * numbers : Array of phone number * name : Contact or profile name ("firstname lastname") -Searches contacts and know profiles for a given name and returns the list of all known names. May result in e.g. two entries if a contact and profile name is set. +Searches contacts and known profiles for a given name and returns the list of all known numbers. May result in e.g. two entries if a contact and profile name is set. isContactBlocked(number) -> state:: * number : Phone number @@ -198,6 +199,17 @@ MessageReceived(timestamp, sender, groupId, message, attachments, who is assisted by other open source contributors. -- 2.50.1