Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2013-08-08 11:43:31 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2013-08-08 11:43:31 +0400
commitf76b49c3e8072795e13f6bd4fb1634ab38514e10 (patch)
tree96165966b06ca387fc1f978ba92c4067ddea6d26 /src/main/aidl
parent9808e0611e413985e1ee7afeb0e0b51b371224c3 (diff)
Added initial Tor support, as well as various user and channel tweaks.
Diffstat (limited to 'src/main/aidl')
-rw-r--r--src/main/aidl/com/morlunk/jumble/IJumbleObserver.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/aidl/com/morlunk/jumble/IJumbleObserver.aidl b/src/main/aidl/com/morlunk/jumble/IJumbleObserver.aidl
index 0801f76..7e0d0fe 100644
--- a/src/main/aidl/com/morlunk/jumble/IJumbleObserver.aidl
+++ b/src/main/aidl/com/morlunk/jumble/IJumbleObserver.aidl
@@ -35,7 +35,7 @@ interface IJumbleObserver {
void onUserStateUpdated(out User user);
void onUserTalkStateUpdated(out User user);
void onUserJoinedChannel(out User user, out Channel newChannel, out Channel oldChannel);
- void onUserRemoved(out User user);
+ void onUserRemoved(out User user, String reason);
// Logging & Messaging
void onLogInfo(String message);