diff libpurple/protocols/jabber/jabber.h @ 17558:988102692e39

Fixed one of the issues in the ssl stuff, allowing CN cert checks for starttls-connections in XMPP.
author Andreas Monitzer <pidgin@monitzer.com>
date Tue, 05 Jun 2007 15:18:30 +0000
parents 547c76fe2e7a
children 2e93ee8d3083
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Sun Jun 03 23:28:04 2007 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Tue Jun 05 15:18:30 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
 	 */
@@ -145,7 +147,6 @@
 	int sasl_state;
 	int sasl_maxbuf;
 	GString *sasl_mechs;
-	char *serverFQDN;
 #endif
 
 } JabberStream;