libpurple/protocols/jabber/jabber.h

branch
soc.2007.certmgr
changeset 18449
2d2df64f4303
parent 18235
60a9bd99f035
child 19859
71d37b57eff2
child 19895
158490a51f8b
--- a/libpurple/protocols/jabber/jabber.h	Thu Jun 21 19:14:06 2007 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Thu Jun 21 19:21:47 2007 +0000
@@ -136,6 +136,8 @@
 	char *gmail_last_time;
 	char *gmail_last_tid;
 
+    char *serverFQDN;
+
 	/* OK, this stays at the end of the struct, so plugins can depend
 	 * on the rest of the stuff being in the right place
 	 */
@@ -150,7 +152,6 @@
 	int sasl_state;
 	int sasl_maxbuf;
 	GString *sasl_mechs;
-	char *serverFQDN;
 
 	gboolean vcard_fetched;
 

mercurial