mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-07 14:30:38 +00:00
base 64 helper functions for Dbus
implement alternate versions of commands that take a Group Id in the form of byte[] to permit passing a string in base 64 format. Methods affected: - getGroupIds - getGroupMembers - getGroupName - isGroupBlocked - isMember - quitGroup - sendGroupMessage - sendGroupMessageReaction - sendGroupRemoteDeleteMessage - setGroupBlocked - updateGroup Implement new helper function specifically for base 64 identifiers: - getGroupIdsBase64() Update and reorganize Dbus API documentation.
This commit is contained in:
parent
6c29d90503
commit
f69a7578db
4 changed files with 446 additions and 116 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
.gitignore
|
||||
.gradle/
|
||||
.idea/*
|
||||
!.idea/codeStyles/
|
||||
|
@ -11,3 +12,6 @@ local.properties
|
|||
.settings/
|
||||
out/
|
||||
.DS_Store
|
||||
.asciidoctorconfig.adoc
|
||||
patches/
|
||||
signal-cli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue