~ubuntu-branches/ubuntu/raring/mumble/raring

« back to all changes in this revision

Viewing changes to src/Mumble.proto

  • Committer: Bazaar Package Importer
  • Author(s): Thorvald Natvig
  • Date: 2009-12-01 22:23:56 UTC
  • mto: (1.4.1 upstream) (9.3.1 sid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20091201222356-mzod2sr34j2t132j
Tags: upstream-1.2.0~beta2
ImportĀ upstreamĀ versionĀ 1.2.0~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                WrongServerPW = 4;
44
44
                UsernameInUse = 5;
45
45
                ServerFull = 6;
 
46
                NoCertificate = 7;
46
47
        }
47
 
        required RejectType type = 1;
 
48
        optional RejectType type = 1;
48
49
        optional string reason = 2;
49
50
}
50
51
 
134
135
        optional uint32 channel_id = 2;
135
136
        optional uint32 session = 3;
136
137
        optional string reason = 4;
137
 
        optional uint32 type = 5;
 
138
        optional DenyType type = 5;
138
139
}
139
140
 
140
141
message ACL {