| 44 QQ_CMD_LOGOUT = 0x0001, /* log out */ |
44 QQ_CMD_LOGOUT = 0x0001, /* log out */ |
| 45 QQ_CMD_KEEP_ALIVE = 0x0002, /* get onlines from tencent */ |
45 QQ_CMD_KEEP_ALIVE = 0x0002, /* get onlines from tencent */ |
| 46 QQ_CMD_UPDATE_INFO = 0x0004, /* update information */ |
46 QQ_CMD_UPDATE_INFO = 0x0004, /* update information */ |
| 47 QQ_CMD_SEARCH_USER = 0x0005, /* search for user */ |
47 QQ_CMD_SEARCH_USER = 0x0005, /* search for user */ |
| 48 QQ_CMD_GET_BUDDY_INFO = 0x0006, /* get user information */ |
48 QQ_CMD_GET_BUDDY_INFO = 0x0006, /* get user information */ |
| 49 QQ_CMD_BUDDY_ADD_NO_AUTH = 0x0009, /* add buddy without auth */ |
49 QQ_CMD_ADD_BUDDY_NO_AUTH = 0x0009, /* add buddy without auth */ |
| 50 QQ_CMD_BUDDY_REMOVE = 0x000a, /* delete a buddy */ |
50 QQ_CMD_REMOVE_BUDDY = 0x000a, /* delete a buddy */ |
| 51 QQ_CMD_BUDDY_ADD_AUTH = 0x000b, /* buddy authentication */ |
51 QQ_CMD_ADD_BUDDY_AUTH = 0x000b, /* buddy authentication */ |
| 52 QQ_CMD_CHANGE_STATUS = 0x000d, /* change my online status */ |
52 QQ_CMD_CHANGE_STATUS = 0x000d, /* change my online status */ |
| 53 QQ_CMD_ACK_SYS_MSG = 0x0012, /* ack system message */ |
53 QQ_CMD_ACK_SYS_MSG = 0x0012, /* ack system message */ |
| 54 QQ_CMD_SEND_IM = 0x0016, /* send message */ |
54 QQ_CMD_SEND_IM = 0x0016, /* send message */ |
| 55 QQ_CMD_RECV_IM = 0x0017, /* receive message */ |
55 QQ_CMD_RECV_IM = 0x0017, /* receive message */ |
| 56 QQ_CMD_REMOVE_ME = 0x001c, /* remove self */ |
56 QQ_CMD_REMOVE_ME = 0x001c, /* remove self */ |
| 69 /* for QQ2007*/ |
69 /* for QQ2007*/ |
| 70 QQ_CMD_GET_SERVER = 0x0091, /* select login server */ |
70 QQ_CMD_GET_SERVER = 0x0091, /* select login server */ |
| 71 QQ_CMD_TOKEN_EX = 0x00BA, /* get LOGIN token */ |
71 QQ_CMD_TOKEN_EX = 0x00BA, /* get LOGIN token */ |
| 72 QQ_CMD_CHECK_PWD = 0x00DD, /* Password verify */ |
72 QQ_CMD_CHECK_PWD = 0x00DD, /* Password verify */ |
| 73 QQ_CMD_AUTH_INFO = 0x00AE, /* the request verification of information */ |
73 QQ_CMD_AUTH_INFO = 0x00AE, /* the request verification of information */ |
| 74 QQ_CMD_BUDDY_ADD_NO_AUTH_EX = 0x00A7, /* add friend without auth */ |
74 QQ_CMD_ADD_BUDDY_NO_AUTH_EX = 0x00A7, /* add friend without auth */ |
| 75 QQ_CMD_BUDDY_ADD_AUTH_EX = 0x00A8, /* add buddy with auth */ |
75 QQ_CMD_ADD_BUDDY_AUTH_EX = 0x00A8, /* add buddy with auth */ |
| 76 QQ_CMD_BUDDY_CHECK_CODE = 0x00B5, |
76 QQ_CMD_BUDDY_CHECK_CODE = 0x00B5, |
| 77 QQ_CMD_BUDDY_QUESTION = 0x00B7, |
77 QQ_CMD_BUDDY_QUESTION = 0x00B7, |
| 78 }; |
78 }; |
| 79 |
79 |
| 80 const gchar *qq_get_cmd_desc(gint type); |
80 const gchar *qq_get_cmd_desc(gint type); |