diff libgaim/protocols/qq/header_info.h @ 15139:e952a5fc97b3

[gaim-migrate @ 17924] Added support for QQ levels Allow 3rd party clients to specify the location of the buddy icon dir Minor code cleanup committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sat, 09 Dec 2006 06:34:48 +0000
parents c039c920e11c
children 7dd8192b1a5c
line wrap: on
line diff
--- a/libgaim/protocols/qq/header_info.h	Fri Dec 08 03:03:52 2006 +0000
+++ b/libgaim/protocols/qq/header_info.h	Sat Dec 09 06:34:48 2006 +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               0x0b37 */	/* QQ2003iii build 0304, Aprili 05 update */
+#define QQ_CLIENT       0x0E1B
 
 /* list of known QQ commands */
 enum {
@@ -57,8 +57,9 @@
 	QQ_CMD_GET_FRIENDS_ONLINE = 0x0027,		/* get my online friends list */
 	QQ_CMD_CELL_PHONE_2 = 0x0029,			/* cell phone 2 */
 	QQ_CMD_GROUP_CMD = 0x0030,			/* group command */
-	QQ_CMD_GET_ALL_LIST_WITH_GROUP = 0x58,  
-	QQ_CMD_REQUEST_LOGIN_TOKEN  = 0x62, 
+	QQ_CMD_GET_ALL_LIST_WITH_GROUP = 0x0058,  
+	QQ_CMD_GET_LEVEL = 0x005C,			/* get level for one or more buddies */
+	QQ_CMD_REQUEST_LOGIN_TOKEN  = 0x0062, 		/* get login token */
 	QQ_CMD_RECV_MSG_SYS = 0x0080,			/* receive a system message */
 	QQ_CMD_RECV_MSG_FRIEND_CHANGE_STATUS = 0x0081,	/* friends change status */
 };