comparison libpurple/protocols/jabber/jabber.h @ 25599:3176d5a0b9dd

* missing commit
author Tobias Markmann <tfar@soc.pidgin.im>
date Sun, 03 Aug 2008 22:58:10 +0000
parents 45816181b7de
children f775f6021654 ba362a67278c
comparison
equal deleted inserted replaced
25598:b238da95f39a 25599:3176d5a0b9dd
57 #include "sslconn.h" 57 #include "sslconn.h"
58 58
59 #include "jutil.h" 59 #include "jutil.h"
60 #include "xmlnode.h" 60 #include "xmlnode.h"
61 #include "buddy.h" 61 #include "buddy.h"
62 #include "bosh.h"
62 63
63 #ifdef HAVE_CYRUS_SASL 64 #ifdef HAVE_CYRUS_SASL
64 #include <sasl/sasl.h> 65 #include <sasl/sasl.h>
65 #endif 66 #endif
66 67
199 200
200 char *certificate_CN; 201 char *certificate_CN;
201 202
202 /* A purple timeout tag for the keepalive */ 203 /* A purple timeout tag for the keepalive */
203 int keepalive_timeout; 204 int keepalive_timeout;
205
206 /* BOSH stuff*/
207 PurpleBOSHConnection bosh;
204 }; 208 };
205 209
206 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *namespace); 210 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *namespace);
207 211
208 typedef struct _JabberFeature 212 typedef struct _JabberFeature