New protocol stuff, still for 0.8, not yet implemented.
This commit is contained in:
+3
-3
@@ -139,7 +139,8 @@ AuthServerVerification ::= SEQUENCE {
|
|||||||
|
|
||||||
InitAckMessage ::= [APPLICATION 3] SEQUENCE {
|
InitAckMessage ::= [APPLICATION 3] SEQUENCE {
|
||||||
yourSessionId Guid,
|
yourSessionId Guid,
|
||||||
yourPlayerId NonZeroId
|
yourPlayerId NonZeroId,
|
||||||
|
yourAvatar AvatarHash OPTIONAL
|
||||||
}
|
}
|
||||||
|
|
||||||
AvatarRequestMessage ::= [APPLICATION 4] SEQUENCE {
|
AvatarRequestMessage ::= [APPLICATION 4] SEQUENCE {
|
||||||
@@ -432,8 +433,7 @@ GameStartMessage ::= [APPLICATION 22] SEQUENCE {
|
|||||||
|
|
||||||
HandStartMessage ::= [APPLICATION 23] SEQUENCE {
|
HandStartMessage ::= [APPLICATION 23] SEQUENCE {
|
||||||
gameId NonZeroId,
|
gameId NonZeroId,
|
||||||
yourCard1 Card,
|
yourEncryptedCards OCTET STRING (SIZE(16)),
|
||||||
yourCard2 Card,
|
|
||||||
smallBlind INTEGER(1..20001)
|
smallBlind INTEGER(1..20001)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user