* missing commit soc.2008.xmpp

Sun, 03 Aug 2008 22:58:10 +0000

author
Tobias Markmann <tfar@soc.pidgin.im>
date
Sun, 03 Aug 2008 22:58:10 +0000
branch
soc.2008.xmpp
changeset 23610
6f4b6861c9a4
parent 23609
94f1737e3853
child 23611
d811757e19b5
child 23954
ca45bedce4a8

* missing commit

libpurple/protocols/jabber/jabber.h file | annotate | diff | comparison | revisions
--- 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);

mercurial