Chat bot integration now fully functional.

This commit is contained in:
lotodore
2009-08-17 09:45:06 +00:00
parent f7885f9116
commit 836ec60e6d
18 changed files with 180 additions and 37 deletions
+5 -1
View File
@@ -552,7 +552,8 @@ ChatMessage ::= [APPLICATION 130] SEQUENCE {
chatType CHOICE {
chatTypeLobby [0] ChatTypeLobby,
chatTypeGame [1] ChatTypeGame,
chatTypeBroadcast [2] ChatTypeBroadcast
chatTypeBot [2] ChatTypeBot,
chatTypeBroadcast [3] ChatTypeBroadcast
},
chatText UTF8String (SIZE(1..128))
}
@@ -569,6 +570,9 @@ ChatTypeGame ::= SEQUENCE {
ChatTypeBroadcast ::= SEQUENCE {
}
ChatTypeBot ::= SEQUENCE {
}
DialogMessage ::= [APPLICATION 131] SEQUENCE {
notificationText UTF8String (SIZE(1..128))
}