Home Submitter: Edit

DISCONNECT

Channel: 4

This packet is sent when the connection is closed: if the client wants to exit, if the server redirects you to another server, or if the server disconnects you for any reason.

Parameters

Data type Content Name Description
TLV(1) 00 01 xx xx STR UIN Your UIN as a string.
TLV(5) 00 05 xx xx STR SERVER The actual server and port the login server wants you to use for this session, like "64.12.28.242:5190".
TLV(6) 00 06 xx xx STR COOKIE The actual cookie that you have to send the server you're redirected to.
TLV(9) 00 09 00 02 WORD ERROR Reason for disconnect as an error code. Seen 0x0001 when logging in the same user elsewhere.
TLV(11) 00 0b xx STR DESCRIPTION Reason for disconnect as a string, usually a web page.

Examples

2A 04 23 32 01 24                                                 Flap: Channel 4, Sequence 9010, Length 292
   00 01 00 07 38 30 38 33 36 30 38                               '8083608'
   00 05 00 11 36 34 2E 31 32 2E 32 38 2E 32 34 32 3A 35 31 39    '64.12.28.242:519'
               30                                                 '0'
   00 06 01 00 58 A1 E2 C9 DC 14 7D 6F 4F E9 85 23 10 64 07 C3    Cookie
               9D 6E 05 D1 46 C4 D6 EF C4 65 44 78 68 51 C1 91
               C5 89 19 E9 7D E8 D2 10 8A D2 A9 C2 E1 4D C2 1E
               A1 4E AB 6A 2E F0 3A DC B4 FB 7F 82 A2 76 B0 B6
               F9 C0 77 D3 04 A5 72 46 12 BD DE 1B 81 99 B0 0D
               24 C9 C4 7E 18 40 A5 8C FC 97 1E 21 27 10 F2 38
               23 F4 16 3B 9A 9D 4F ED 46 ED 26 11 88 8E 8D A0
               AE E5 12 3C 0C 45 E8 E0 3B 74 35 1B E5 8E 71 96
               11 51 78 45 FF CB 2B 2B 30 E1 CC EE F5 97 18 FA
               1D F8 30 4E 46 80 29 A2 27 4F BD 05 2E 62 B1 E2
               DA 82 AD A1 EF 6B 68 83 C5 CD FA 7D 33 73 6E 6F
               EF 58 64 BE 69 91 28 00 F8 B2 E5 C5 8C ED 46 6B
               22 A2 50 F7 4F 42 AB 44 45 5F 56 3B 09 35 A9 9B
               9B 10 94 7D 95 70 C3 4A D5 3B C7 C1 E0 4C A8 41
               F4 5F 76 41 4C 67 90 BA E3 35 AC D2 1B DC 37 57
               D6 1E 0C 88 7C 4C 8B 4E 4B 97 B1 60 A2 D2 62 B6


2a 04 cd fd 00 46                                                  Flap: Channel 4, Sequence 0xcdfd, Length 0x46
   00 09 00 02 00 01                                               Error code: 0x0001
   00 0b 00 3c 68 74 74 70 3a 2f 2f 77 77 77 2e 61 69 6d 2e 61     'http://www.aim.a'
               6f 6c 2e 63 6f 6d 2f 65 72 72 6f 72 73 2f 55 53     'ol.com/errors/US'
               45 52 5f 4c 4f 47 47 45 44 5f 4f 46 46 5f 4e 45     'ER_LOGGED_OFF_NE'
               57 5f 4c 4f 47 49 4e 2e 68 74 6d 6c                 'W_LOGIN.html'


HomeEdit