libpurple/protocols/mxit/mxit.h

branch
mxit
changeset 31491
cf74b88370ea
parent 31293
169eeb43b52c
child 31498
7819cde6f7d9
--- a/libpurple/protocols/mxit/mxit.h	Fri Jan 07 19:56:19 2011 +0000
+++ b/libpurple/protocols/mxit/mxit.h	Fri Jan 07 21:51:05 2011 +0000
@@ -111,7 +111,6 @@
 /* define this to enable the link clicking support */
 #define		MXIT_LINK_CLICK
 
-
 #ifdef		MXIT_LINK_CLICK
 #define		MXIT_LINK_PREFIX			"gopher://"
 #define		MXIT_LINK_KEY				"MXIT"
@@ -141,6 +140,9 @@
 	guint				http_handler;				/* HTTP connection handler */
 	void*				http_out_req;				/* HTTP outstanding request */
 
+	/* other servers */
+	char				voip_server[HOST_NAME_MAX];	/* voice/video server */
+
 	/* client */
 	struct login_data*	logindata;
 	char*				encpwd;						/* encrypted password */

mercurial