comparison libpurple/protocols/qq/header_info.h @ 17861:e9d95a993641

Some people with QQ numbers that don't require verification reported that bumping up the protocol version let them log in again, I am not able to verify that myself since my QQ number requires verification
author Ka-Hing Cheung <khc@hxbc.us>
date Thu, 14 Jun 2007 05:17:03 +0000
parents 32c366eeeb99
children 44b4e8bd759b
comparison
equal deleted inserted replaced
17860:840862547a63 17861:e9d95a993641
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 0x0f15 36 #define QQ_CLIENT 0x0E1B
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 */