mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 10:34:23 +01:00
Implement socket/tcp for daemon command
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user