Changes in protocols/msn/tables.c [11e42dc:5ebff60]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/tables.c
r11e42dc r5ebff60 73 73 { 206, "Domain name missing", 0 }, 74 74 { 207, "Already logged in", 0 }, 75 { 208, "Invalid handle", 0},75 { 208, "Invalid handle", STATUS_SB_IM_SPARE }, 76 76 { 209, "Forbidden nickname", 0 }, 77 77 { 210, "Buddy list too long", 0 }, 78 78 { 215, "Handle is already in list", 0 }, 79 { 216, "Handle is not in list", 0},80 { 217, "Person is off-line or non-existent", 0},79 { 216, "Handle is not in list", STATUS_SB_IM_SPARE }, 80 { 217, "Person is off-line or non-existent", STATUS_SB_IM_SPARE }, 81 81 { 218, "Already in that mode", 0 }, 82 82 { 219, "Handle is already in opposite list", 0 }, … … 113 113 { 711, "Write is blocking", STATUS_FATAL }, 114 114 { 712, "Session is overloaded", STATUS_FATAL }, 115 { 713, "Calling too rapidly", 0},115 { 713, "Calling too rapidly", STATUS_SB_IM_SPARE }, 116 116 { 714, "Too many sessions", STATUS_FATAL }, 117 117 { 715, "Not expected/Invalid argument/action", 0 },
Note: See TracChangeset
for help on using the changeset viewer.