libpurple/protocols/mxit/roster.h

branch
mxit
changeset 31714
4fb9e95a7c4f
parent 31699
3b50aab9ab9a
child 31895
22ecc072d834
child 33202
f698fa20ea34
child 33554
4a87c767a037
--- a/libpurple/protocols/mxit/roster.h	Thu Mar 31 20:15:18 2011 +0000
+++ b/libpurple/protocols/mxit/roster.h	Fri Apr 01 13:50:10 2011 +0000
@@ -121,6 +121,10 @@
 	char		customMood[16];						/* custom mood */
 	char*		statusMsg;							/* status message */
 	char*		avatarId;							/* avatarId */
+
+	/* invites only */
+	void*		profile;							/* user's profile (if available) */
+	int			imgid;								/* avatar image id in the imgstore */
 };
 
 /* Presence / Status */
@@ -140,6 +144,7 @@
 void mxit_new_subscription( struct MXitSession* session, struct contact* contact );
 void mxit_update_blist( struct MXitSession* session );
 gboolean is_mxit_chatroom_contact( struct MXitSession* session, const char* username );
+struct contact* get_mxit_invite_contact( struct MXitSession* session, const char* username );
 
 /* libPurple callbacks */
 void mxit_add_buddy( PurpleConnection* gc, PurpleBuddy* buddy, PurpleGroup* group, const char* message );

mercurial