comparison libpurple/protocols/qq/group.h @ 24092:d4e0b7c484b1

2008.09.11 - csyfek <csyfek(at)gmail.com> * Commit to Pidgin 2008.09.05 - ccpaging <ccpaging(at)gmail.com> * Filter chars 0x01-0x20 in nickname 2008.09.05 - ccpaging <ccpaging(at)gmail.com> * Fixed compilation even pidgin-udp-patch not applied * Place and analysis 'before login packet' after login. packages will be updated slowly and server may send lots of 'server command packet', while 'before login packet' is placed after 'finished update'
author SHiNE CsyFeK <csyfek@gmail.com>
date Thu, 11 Sep 2008 13:34:33 +0000
parents 147ada94a1d8
children 22745e6a3136
comparison
equal deleted inserted replaced
24091:5f964757f517 24092:d4e0b7c484b1
53 gchar *title_utf8; 53 gchar *title_utf8;
54 gchar *desc_utf8; 54 gchar *desc_utf8;
55 /* all these will be loaded from the network */ 55 /* all these will be loaded from the network */
56 gchar *notice_utf8; /* group notice by admin */ 56 gchar *notice_utf8; /* group notice by admin */
57 GList *members; 57 GList *members;
58
59 gboolean is_got_info;
58 } qq_group; 60 } qq_group;
59 61
60 GList *qq_chat_info(PurpleConnection *gc); 62 GList *qq_chat_info(PurpleConnection *gc);
61 GHashTable *qq_chat_info_defaults(PurpleConnection *gc, const gchar *chat_name); 63 GHashTable *qq_chat_info_defaults(PurpleConnection *gc, const gchar *chat_name);
62 64