From 46372b2b155da08f4fb1933fe505ca52a106de98 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 29 Aug 2010 21:35:29 +0000 Subject: [PATCH] New protocol stuff, still for 0.8, not yet implemented. --- docs/pokerth.asn1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) }