Mercurial > pidgin
changeset 15314:4a4e1dfd8716
[gaim-migrate @ 18105]
Can't use new protocol version because of different login scheme. Revert to old version.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Huetsch <markhuetsch> |
---|---|
date | Thu, 11 Jan 2007 07:26:28 +0000 |
parents | 508e64b12d98 |
children | 28051164843c |
files | libgaim/protocols/qq/header_info.c libgaim/protocols/qq/header_info.h |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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:
--- 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 {