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

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2010-06-19 02:08:12 +0400
committerMikkel Krautz <mikkel@krautz.dk>2010-06-19 02:08:12 +0400
commit56696e92b2b7654b9f8781937d9cf5da5521af44 (patch)
tree0650d59cb8a33d467565b7e89bff980d5bd660c9 /proto/Mumble.proto
parent5d475449d1354d00b67ad138fb27c07c3b24f060 (diff)
Update protocol definition. Use GCD dispatch queues instead of ugly NSInvocation hack for propagating events to the main thread.
Diffstat (limited to 'proto/Mumble.proto')
-rw-r--r--proto/Mumble.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/Mumble.proto b/proto/Mumble.proto
index 3e55331..57a7f88 100644
--- a/proto/Mumble.proto
+++ b/proto/Mumble.proto
@@ -108,6 +108,7 @@ message UserState {
optional string hash = 15;
optional bytes comment_hash = 16;
optional bytes texture_hash = 17;
+ optional bool priority_speaker = 18;
}
message BanList {