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-07-31 08:37:48 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2013-07-31 08:37:48 +0400
commit922f8b56c080e27a3518c705b35063fb4fb9d30f (patch)
tree25e59dccd6be7f845ac0f3757b9f06330736cdfe /src/main/aidl
parent0003aa679da8422031ee260e20ed3e9e74a81452 (diff)
Added more service protocol functionality part 2.
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 aa5b70d..8fdee34 100644
--- a/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl
+++ b/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl
@@ -28,6 +28,7 @@ interface IJumbleService {
// Session and users
int getSession();
User getSessionUser();
+ Channel getSessionChannel();
Server getConnectedServer();
User getUser(int id);
Channel getChannel(int id);
@@ -36,6 +37,7 @@ interface IJumbleService {
// Audio actions
int getTransmitMode();
+ boolean isTalking();
void setTalkingState(boolean talking);
// Server actions