diff 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
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Sun Aug 03 22:50:13 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sun Aug 03 22:58:10 2008 +0000
@@ -59,6 +59,7 @@
 #include "jutil.h"
 #include "xmlnode.h"
 #include "buddy.h"
+#include "bosh.h"
 
 #ifdef HAVE_CYRUS_SASL
 #include <sasl/sasl.h>
@@ -201,6 +202,9 @@
 	
 	/* A purple timeout tag for the keepalive */
 	int keepalive_timeout;
+	
+	/* BOSH stuff*/
+    PurpleBOSHConnection bosh;
 };
 
 typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *namespace);