comparison libpurple/protocols/mxit/mxit.h @ 31500:80bbed4cb649

* extended the profile information shown for pending invites - avatar image - status message - invite image
author pieter.loubser@mxit.com
date Fri, 01 Apr 2011 13:50:10 +0000
parents 7c3b4002f46e
children 7119b2c43637
comparison
equal deleted inserted replaced
31499:a769e6da0a8e 31500:80bbed4cb649
171 unsigned int rx_i; /* receive buffer current index */ 171 unsigned int rx_i; /* receive buffer current index */
172 int rx_res; /* amount of bytes still outstanding for the current packet */ 172 int rx_res; /* amount of bytes still outstanding for the current packet */
173 char rx_state; /* current receiver state */ 173 char rx_state; /* current receiver state */
174 gint64 last_rx; /* timestamp of last packet received */ 174 gint64 last_rx; /* timestamp of last packet received */
175 GList* active_chats; /* list of all our contacts we received messages from (active chats) */ 175 GList* active_chats; /* list of all our contacts we received messages from (active chats) */
176 GList* invites; /* list of all the invites that we have received */
176 177
177 /* groupchat */ 178 /* groupchat */
178 GList* rooms; /* active groupchat rooms */ 179 GList* rooms; /* active groupchat rooms */
179 180
180 /* inline images */ 181 /* inline images */