changeset 15287:8b72da628537

[gaim-migrate @ 18077] Apparently since the Taiwan quake, the QQ servers are temporarily rejecting some QQ numbers when used by older clients. Update our version number. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Fri, 05 Jan 2007 17:20:42 +0000
parents 96abd13cc0b3
children ccb2c1401b6d
files libgaim/protocols/qq/header_info.c libgaim/protocols/qq/header_info.h
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/protocols/qq/header_info.c	Fri Jan 05 02:44:31 2007 +0000
+++ b/libgaim/protocols/qq/header_info.c	Fri Jan 05 17:20:42 2007 +0000
@@ -32,6 +32,8 @@
 #define QQ_CLIENT_0B2F 0x0b2f	/* GB QQ2003iii build 0117 */
 #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_0F5F 0x0f5f	/* QQ2006 final build */
 
 #define QQ_SERVER_0100 0x0100	/* server */
 
@@ -108,6 +110,10 @@
 		return "GB QQ2003iii build 0304";
 	case QQ_CLIENT_0B37:
 		return "GB QQ2003iii build 0304 (April 5 update)";
+	case QQ_CLIENT_0E1B:
+		return "QQ2005 or QQ2006";
+	case QQ_CLIENT_0F5F:
+		return "QQ2006 final build";
 	case QQ_SERVER_0100:
 		return "QQ Server 0100";
 	default:
--- a/libgaim/protocols/qq/header_info.h	Fri Jan 05 02:44:31 2007 +0000
+++ b/libgaim/protocols/qq/header_info.h	Fri Jan 05 17:20:42 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       0x0E1B
+#define QQ_CLIENT       0x0f5f
 
 /* list of known QQ commands */
 enum {