Send a different error if a user is permanently blocked.

This commit is contained in:
lotodore
2010-07-14 15:27:06 +00:00
parent a68a98f739
commit 176dbe1d4f
6 changed files with 37 additions and 21 deletions
+2 -1
View File
@@ -694,7 +694,8 @@ ErrorMessage ::= [APPLICATION 255] SEQUENCE {
errorInvalidState (257),
errorKickedFromServer (258),
errorBannedFromServer (259),
errorSessionTimeout (260)
errorBlockedByServer (260),
errorSessionTimeout (261)
}
}