comparison libpurple/protocols/qq/header_info.h @ 21732:200b79605991

Change our QQ_CLIENT version, which allows us to sign on to QQ accounts. I have no idea how well QQ works, though. Anybody have a QQ account? Please add me, because I don't have any friends. My number is 835612889. References #2998.
author Mark Doliner <mark@kingant.net>
date Sun, 02 Dec 2007 21:49:49 +0000
parents 44b4e8bd759b
children 1c50f12b1c52
comparison
equal deleted inserted replaced
21731:ea32d04d87dd 21732:200b79605991
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 0x0d55
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 */