libpurple/protocols/qq/qq_define.h

branch
openq
changeset 31393
04447b1f6403
parent 25657
4766831442b0
child 31405
c101dd644b2b
equal deleted inserted replaced
31392:93902a4213b6 31393:04447b1f6403
33 #define QQ_PACKET_TAG 0x02 /* all QQ text packets starts with it */ 33 #define QQ_PACKET_TAG 0x02 /* all QQ text packets starts with it */
34 #define QQ_PACKET_TAIL 0x03 /* all QQ text packets end with it */ 34 #define QQ_PACKET_TAIL 0x03 /* all QQ text packets end with it */
35 35
36 #define QQ_CLIENT_0D55 0x0d55 /* QQ2005 used by openq before */ 36 #define QQ_CLIENT_0D55 0x0d55 /* QQ2005 used by openq before */
37 #define QQ_CLIENT_111D 0x111D /* QQ2007 */ 37 #define QQ_CLIENT_111D 0x111D /* QQ2007 */
38 #define QQ_CLIENT_115B 0x115B /* QQ2008 He Sui*/ 38 #define QQ_CLIENT_115B 0x115B /* QQ2008 He Sui */
39 #define QQ_CLIENT_1663 0x1663 /* QQ2009 Release */
39 40
40 const gchar *qq_get_ver_desc(gint source); 41 const gchar *qq_get_ver_desc(gint source);
41 42
42 /* list of known QQ commands */ 43 /* list of known QQ commands */
43 enum { 44 enum {

mercurial