mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
Added server side setting to allow the requirement of a client id from clients.
This commit is contained in:
parent
95cc10a278
commit
b62ffdeb0b
8 changed files with 18 additions and 5 deletions
|
|
@ -35,7 +35,7 @@ message Response {
|
|||
RespActivationAccepted = 31; // Server accepted a reg user activation token
|
||||
RespActivationFailed = 32; // Server didn't accept a reg user activation token
|
||||
RespRegistrationAcceptedNeedsActivation = 33; // Server accepted cient registration, but it will need token activation
|
||||
RespClientIDRequired = 34; // Server requires client to generate and send its client id before allowing access
|
||||
RespClientIdRequired = 34; // Server requires client to generate and send its client id before allowing access
|
||||
}
|
||||
enum ResponseType {
|
||||
JOIN_ROOM = 1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue