AsamK / signal-cli

signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger.
GNU General Public License v3.0
3.11k stars 292 forks source link

List contacts through DBus #1508

Open exquo opened 4 months ago

exquo commented 4 months ago

Contacts with private phone numbers (for whom only the UUID is known) are not shown when listContacts is run with --dbus flag. Nor when calling the listNumbers DBus method directly (through e.g. dbus-send). The listIdentities (both the dbus method and the CLI subcommand) return non-contact entries among its output (e.g. members of the groups that I am a member of, but who are not in my contacts and with whom I don't have 1-on-1 chats). Is there a way to get a list of contacts over DBus?

AsamK commented 4 months ago

Related: #1187