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-10-11 04:17:37 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2013-10-11 04:17:37 +0400
commite8d00f00917b7d7c4ea63f6b8dc4c3caa5c9dc76 (patch)
treeab4dde0bd9b21f936b983f1ee0fc98047a9b395b /src/main/aidl
parent076a7fefe5eed9f432292d4e3d0fdd29b95ed6ad (diff)
Working Tor support with orbot, a bunch of audio fixes and various
protocol changes. Test suite temporarily broken.
Diffstat (limited to 'src/main/aidl')
-rw-r--r--src/main/aidl/com/morlunk/jumble/IJumbleService.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl b/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl
index 7ba3594..78b6d61 100644
--- a/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl
+++ b/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl
@@ -24,6 +24,7 @@ import com.morlunk.jumble.IJumbleObserver;
interface IJumbleService {
void disconnect();
boolean isConnected();
+ boolean isConnecting();
// Session and users
int getSession();
@@ -59,6 +60,7 @@ interface IJumbleService {
void sendUserTextMessage(int session, String message);
void sendChannelTextMessage(int channel, String message, boolean tree);
void setUserComment(int session, String comment);
+ void setPrioritySpeaker(int session, boolean priority);
void removeChannel(int channel);
//void addChannelLink(int channel, int link);
//void requestChannelPermissions(int channel);