diff libpurple/protocols/mxit/multimx.h @ 30353:5139aa9b4077

Improve the handling of user's being kicked from MultiMX rooms. * If it's us being kicked, clear the user-list and close the conversation. * Otherwise, display a message and remove the user from the user-list.
author andrew.victor@mxit.com
date Tue, 11 May 2010 16:28:03 +0000
parents 69aa4660401a
children
line wrap: on
line diff
--- a/libpurple/protocols/mxit/multimx.h	Tue May 11 11:40:59 2010 +0000
+++ b/libpurple/protocols/mxit/multimx.h	Tue May 11 16:28:03 2010 +0000
@@ -41,6 +41,7 @@
 	char	roomname[MXIT_CP_MAX_ALIAS_LEN];	/* name of the room */
 	char	roomid[MXIT_CP_MAX_JID_LEN];		/* internal JID for room */
 	int		chatid;								/* libpurple chat ID */
+	char*	nickname;							/* our nickname in the room */
 	short	state;								/* state */
 };