mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Implement unregister command for jsonrpc and dbus daemon
This commit is contained in:
parent
b78573021d
commit
c73c58723c
11 changed files with 98 additions and 9 deletions
|
@ -171,6 +171,10 @@ public interface Signal extends DBusInterface {
|
|||
|
||||
void submitRateLimitChallenge(String challenge, String captchaString) throws Error.Failure;
|
||||
|
||||
void unregister() throws Error.Failure;
|
||||
|
||||
void deleteAccount() throws Error.Failure;
|
||||
|
||||
class MessageReceivedV2 extends DBusSignal {
|
||||
|
||||
private final long timestamp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue