diff libpurple/protocols/jabber/jabber.h @ 22034:d63892ade0a6

Now checking the hostname supplied by the user, or the host-part of the JID when no host name is given against the CN of the domain. This makes libpurple comply to the RFC. Fixes http://trac.adiumx.com/ticket/8787
author Andreas Monitzer <pidgin@monitzer.com>
date Tue, 08 Jan 2008 00:22:48 +0000
parents eaaac273d80c
children 23fe481afccf f5bcb58bdf56
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Mon Jan 07 23:20:40 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Tue Jan 08 00:22:48 2008 +0000
@@ -192,7 +192,7 @@
 	int old_length;
 	char *old_track;
 	
-	char *host;
+	char *certificate_CN;
 	
 	/* A purple timeout tag for the keepalive */
 	int keepalive_timeout;