comparison libpurple/protocols/qq/group_im.h @ 24075:a95c7e71064c

2008.10.05 - ccpaging <ccpagint(at)gmail.com> * Add my uid into buddy list * Fixed a minor bug in qq_create_buddy. Not get new buddy's info. * There are 38 fields in protocol 2008, one more than 2005/2007. * The packet of Modifing buddy info is changed. Need sample to fix it.
author SHiNE CsyFeK <csyfek@gmail.com>
date Wed, 22 Oct 2008 14:48:46 +0000
parents dbc7a9742f8d
children ec3f7d3e0445
comparison
equal deleted inserted replaced
24074:c2253c485728 24075:a95c7e71064c
34 34
35 void qq_send_packet_group_im(PurpleConnection *gc, qq_group *group, const gchar *msg); 35 void qq_send_packet_group_im(PurpleConnection *gc, qq_group *group, const gchar *msg);
36 36
37 void qq_process_group_cmd_im(guint8 *data, gint len, PurpleConnection *gc); 37 void qq_process_group_cmd_im(guint8 *data, gint len, PurpleConnection *gc);
38 38
39 void qq_process_room_msg_normal(guint8 *data, gint data_len, guint32 id, PurpleConnection *gc, guint16 im_type); 39 void qq_process_room_msg_normal(guint8 *data, gint data_len, guint32 id, PurpleConnection *gc, guint16 msg_type);
40 40
41 void qq_process_room_msg_apply_join(guint8 *data, gint len, guint32 id, PurpleConnection *gc); 41 void qq_process_room_msg_apply_join(guint8 *data, gint len, guint32 id, PurpleConnection *gc);
42 42
43 void qq_process_room_msg_been_rejected(guint8 *data, gint len, guint32 id, PurpleConnection *gc); 43 void qq_process_room_msg_been_rejected(guint8 *data, gint len, guint32 id, PurpleConnection *gc);
44 44