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-20 09:13:30 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2013-08-20 09:13:30 +0400
commit75fbbf008f430188f4bd1f4739c963b6ac45cd97 (patch)
tree4aa4735532af1bc69afb2a7a4a579adbb0c8a720 /src/main/aidl
parent3f44098d66e3d117db6312f9e49ce6d43333f178 (diff)
Access token support, channel user count caching.
Diffstat (limited to 'src/main/aidl')
-rw-r--r--src/main/aidl/com/morlunk/jumble/IJumbleService.aidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl b/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl
index cbb7bed..fffade7 100644
--- a/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl
+++ b/src/main/aidl/com/morlunk/jumble/IJumbleService.aidl
@@ -44,6 +44,7 @@ interface IJumbleService {
void joinChannel(int channel);
void createChannel(int parent, String name, String description, int position, boolean temporary);
void sendAccessTokens(in List tokens);
+ List getAccessTokens();
//void setTexture(byte[] texture);
void requestBanList();
void requestUserList();