diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index b4d13e3c..6d7f75e5 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -139,7 +139,8 @@ AuthServerVerification ::= SEQUENCE { InitAckMessage ::= [APPLICATION 3] SEQUENCE { yourSessionId Guid, - yourPlayerId NonZeroId + yourPlayerId NonZeroId, + yourAvatar AvatarHash OPTIONAL } AvatarRequestMessage ::= [APPLICATION 4] SEQUENCE { @@ -432,8 +433,7 @@ GameStartMessage ::= [APPLICATION 22] SEQUENCE { HandStartMessage ::= [APPLICATION 23] SEQUENCE { gameId NonZeroId, - yourCard1 Card, - yourCard2 Card, + yourEncryptedCards OCTET STRING (SIZE(16)), smallBlind INTEGER(1..20001) }