# HG changeset patch # User Mark Huetsch # Date 1168500388 0 # Node ID 4a4e1dfd87165f8cc0b61ea0bd1e9755be6adf63 # Parent 508e64b12d9863fb211cb1b32cf7c7a88159fcd2 [gaim-migrate @ 18105] Can't use new protocol version because of different login scheme. Revert to old version. committer: Tailor Script diff -r 508e64b12d98 -r 4a4e1dfd8716 libgaim/protocols/qq/header_info.c --- a/libgaim/protocols/qq/header_info.c Thu Jan 11 06:21:46 2007 +0000 +++ b/libgaim/protocols/qq/header_info.c Thu Jan 11 07:26:28 2007 +0000 @@ -33,6 +33,7 @@ #define QQ_CLIENT_0B35 0x0b35 /* GB QQ2003iii build 0304 (offical release) */ #define QQ_CLIENT_0B37 0x0b37 /* GB QQ2003iii build 0304 (April 05 updates) */ #define QQ_CLIENT_0E1B 0x0e1b /* QQ2005? QQ2006? */ +#define QQ_CLIENT_0F15 0x0f15 /* QQ2006 Spring Festival build */ #define QQ_CLIENT_0F5F 0x0f5f /* QQ2006 final build */ #define QQ_SERVER_0100 0x0100 /* server */ @@ -112,6 +113,8 @@ return "GB QQ2003iii build 0304 (April 5 update)"; case QQ_CLIENT_0E1B: return "QQ2005 or QQ2006"; + case QQ_CLIENT_0F15: + return "QQ2006 Spring Festival build"; case QQ_CLIENT_0F5F: return "QQ2006 final build"; case QQ_SERVER_0100: diff -r 508e64b12d98 -r 4a4e1dfd8716 libgaim/protocols/qq/header_info.h --- a/libgaim/protocols/qq/header_info.h Thu Jan 11 06:21:46 2007 +0000 +++ b/libgaim/protocols/qq/header_info.h Thu Jan 11 07:26:28 2007 +0000 @@ -33,7 +33,7 @@ #define QQ_PACKET_TAG 0x02 /* all QQ text packets starts with it */ #define QQ_PACKET_TAIL 0x03 /* all QQ text packets end with it */ -#define QQ_CLIENT 0x0f5f +#define QQ_CLIENT 0x0e1b /* list of known QQ commands */ enum {