comparison libpurple/protocols/qq/qq.h @ 24079:1bdf7b602684

2008.10.07 - ccpaging <ccpaging(at)gmail.com> * Update qun conversation * Drop group_conv.c and group_conv.h
author SHiNE CsyFeK <csyfek@gmail.com>
date Wed, 22 Oct 2008 14:58:32 +0000
parents 832178d951ca
children 818ab62006f5
comparison
equal deleted inserted replaced
24078:0a92aa673a33 24079:1bdf7b602684
177 struct in_addr last_login_ip; 177 struct in_addr last_login_ip;
178 /* get from keep_alive packet */ 178 /* get from keep_alive packet */
179 struct in_addr my_ip; /* my ip address detected by server */ 179 struct in_addr my_ip; /* my ip address detected by server */
180 guint16 my_port; /* my port detected by server */ 180 guint16 my_port; /* my port detected by server */
181 guint16 my_icon; /* my icon index */ 181 guint16 my_icon; /* my icon index */
182 guint16 my_level; /* my level */
183 guint32 online_total; /* the number of online QQ users */ 182 guint32 online_total; /* the number of online QQ users */
184 time_t online_last_update; /* last time send get_friends_online packet */ 183 time_t online_last_update; /* last time send get_friends_online packet */
185 184
186 PurpleRoomlist *roomlist; 185 PurpleRoomlist *roomlist;
187 gint channel; /* the id for opened chat conversation */ 186 gint channel; /* the id for opened chat conversation */
188 187
189 GList *groups; 188 GList *groups;
190 GSList *joining_groups; 189 GSList *joining_groups;
191 GSList *adding_groups_from_server; /* internal ids of groups the server wants in my blist */ 190 GSList *adding_groups_from_server; /* internal ids of groups the server wants in my blist */
192 GList *buddies;
193 GList *group_info_window; 191 GList *group_info_window;
194 192
195 gboolean is_show_notice; 193 gboolean is_show_notice;
196 gboolean is_show_news; 194 gboolean is_show_news;
197 }; 195 };