diff libpurple/protocols/mxit/mxit.h @ 31952: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
line wrap: on
line diff
--- a/libpurple/protocols/mxit/mxit.h	Thu Mar 31 20:15:18 2011 +0000
+++ b/libpurple/protocols/mxit/mxit.h	Fri Apr 01 13:50:10 2011 +0000
@@ -173,6 +173,7 @@
 	char				rx_state;					/* current receiver state */
 	gint64				last_rx;					/* timestamp of last packet received */
 	GList*				active_chats;				/* list of all our contacts we received messages from (active chats) */
+	GList*				invites;					/* list of all the invites that we have received */
 
 	/* groupchat */
 	GList*				rooms;						/* active groupchat rooms */