comparison libpurple/protocols/qq/buddy_info.h @ 24089:2f5a7edd8f68

2008.09.02 - ccpaging <ccpaging(at)gmail.com> * Bugfix: can not send message to the QUN blocked adding * Tickets: Fixes #6957 Fixes #6990 2008.09.02 - ccpaging <ccpaging(at)gmail.com> * Use new tactics of information update: 1. send next package till the previous package received 2. fix duplicated get_room_info and get_room_buddies command
author SHiNE CsyFeK <csyfek@gmail.com>
date Thu, 11 Sep 2008 13:29:26 +0000
parents 147ada94a1d8
children 6408be948d56
comparison
equal deleted inserted replaced
24088:147ada94a1d8 24089:2f5a7edd8f68
78 gint update_class, guint32 ship32); 78 gint update_class, guint32 ship32);
79 void qq_set_my_buddy_icon(PurpleConnection *gc, PurpleStoredImage *img); 79 void qq_set_my_buddy_icon(PurpleConnection *gc, PurpleStoredImage *img);
80 void qq_set_buddy_icon_for_user(PurpleAccount *account, const gchar *who, const gchar *icon_num, const gchar *iconfile); 80 void qq_set_buddy_icon_for_user(PurpleAccount *account, const gchar *who, const gchar *icon_num, const gchar *iconfile);
81 void qq_prepare_modify_info(PurpleConnection *gc); 81 void qq_prepare_modify_info(PurpleConnection *gc);
82 void qq_process_modify_info_reply(guint8 *data, gint data_len, PurpleConnection *gc); 82 void qq_process_modify_info_reply(guint8 *data, gint data_len, PurpleConnection *gc);
83 void qq_process_get_info_reply(guint8 *data, gint data_len, PurpleConnection *gc); 83 void qq_process_get_buddy_info(guint8 *data, gint data_len, PurpleConnection *gc);
84 void qq_info_query_free(qq_data *qd); 84 void qq_info_query_free(qq_data *qd);
85 void qq_send_packet_get_level(PurpleConnection *gc, guint32 uid); 85 void qq_request_get_level(PurpleConnection *gc, guint32 uid);
86 void qq_request_get_buddies_levels(PurpleConnection *gc, gint update_class); 86 void qq_request_get_buddies_level(PurpleConnection *gc, gint update_class);
87 void qq_process_get_level_reply(guint8 *buf, gint buf_len, PurpleConnection *gc); 87 void qq_process_get_level_reply(guint8 *buf, gint buf_len, PurpleConnection *gc);
88 #endif 88 #endif