comparison 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
comparison
equal deleted inserted replaced
22033:684f9228ae92 22034:d63892ade0a6
190 char *old_source; 190 char *old_source;
191 char *old_uri; 191 char *old_uri;
192 int old_length; 192 int old_length;
193 char *old_track; 193 char *old_track;
194 194
195 char *host; 195 char *certificate_CN;
196 196
197 /* A purple timeout tag for the keepalive */ 197 /* A purple timeout tag for the keepalive */
198 int keepalive_timeout; 198 int keepalive_timeout;
199 }; 199 };
200 200