comparison libgaim/protocols/qq/header_info.h @ 15319:f0f79c50b9da

[gaim-migrate @ 18110] Well, version 0x0e1b *did* work when I committed it last night, but today Tencent has quit supporting it. This version still works. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Fri, 12 Jan 2007 02:19:51 +0000
parents 4a4e1dfd8716
children
comparison
equal deleted inserted replaced
15318:b17a907065cc 15319:f0f79c50b9da
31 #define QQ_TCP_HEADER_LENGTH 9 31 #define QQ_TCP_HEADER_LENGTH 9
32 32
33 #define QQ_PACKET_TAG 0x02 /* all QQ text packets starts with it */ 33 #define QQ_PACKET_TAG 0x02 /* all QQ text packets starts with it */
34 #define QQ_PACKET_TAIL 0x03 /* all QQ text packets end with it */ 34 #define QQ_PACKET_TAIL 0x03 /* all QQ text packets end with it */
35 35
36 #define QQ_CLIENT 0x0e1b 36 #define QQ_CLIENT 0x0f15
37 37
38 /* list of known QQ commands */ 38 /* list of known QQ commands */
39 enum { 39 enum {
40 QQ_CMD_LOGOUT = 0x0001, /* log out */ 40 QQ_CMD_LOGOUT = 0x0001, /* log out */
41 QQ_CMD_KEEP_ALIVE = 0x0002, /* get onlines from tencent */ 41 QQ_CMD_KEEP_ALIVE = 0x0002, /* get onlines from tencent */