Last session id is only sent optionally, it can be omitted if not available.

This commit is contained in:
lotodore
2011-07-17 14:32:28 +00:00
parent 77f7287851
commit d2720467b2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ AnnounceMessage ::= [APPLICATION 0] SEQUENCE {
InitMessage ::= [APPLICATION 1] SEQUENCE {
requestedVersion Version,
buildId INTEGER,
myLastSessionId Guid,
myLastSessionId Guid OPTIONAL,
login CHOICE {
guestLogin [0] GuestLogin,
authenticatedLogin [1] AuthenticatedLogin,