String getSelfNumber();
+ void subscribeReceive();
+
+ void unsubscribeReceive();
+
long sendMessage(
String message, List<String> attachments, String recipient
) throws Error.AttachmentInvalid, Error.Failure, Error.InvalidNumber, Error.UntrustedIdentity;
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;