mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Implement socket/tcp for daemon command
This commit is contained in:
parent
7706a02e1b
commit
81a11dc977
19 changed files with 785 additions and 240 deletions
|
@ -22,6 +22,10 @@ public interface Signal extends DBusInterface {
|
|||
|
||||
String getSelfNumber();
|
||||
|
||||
void subscribeReceive();
|
||||
|
||||
void unsubscribeReceive();
|
||||
|
||||
long sendMessage(
|
||||
String message, List<String> attachments, String recipient
|
||||
) throws Error.AttachmentInvalid, Error.Failure, Error.InvalidNumber, Error.UntrustedIdentity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue