summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Markmann <tfar@soc.pidgin.im>2008-08-03 22:58:10 +0000
committerTobias Markmann <tfar@soc.pidgin.im>2008-08-03 22:58:10 +0000
commit0d3dffa2bb987e05de39d993fa93d414e5eef8b2 (patch)
tree67263acf41bad6b9f7ae78623d4cb9d5566c9c3b
parent36f0a60a2686be979945631e56dc753efa499227 (diff)
downloadpidgin-0d3dffa2bb987e05de39d993fa93d414e5eef8b2.tar.gz
* missing commit
-rw-r--r--libpurple/protocols/jabber/jabber.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpurple/protocols/jabber/jabber.h b/libpurple/protocols/jabber/jabber.h
index 88cf0d6faa..d75cd88073 100644
--- a/libpurple/protocols/jabber/jabber.h
+++ b/libpurple/protocols/jabber/jabber.h
@@ -59,6 +59,7 @@ typedef struct _JabberStream JabberStream;
#include "jutil.h"
#include "xmlnode.h"
#include "buddy.h"
+#include "bosh.h"
#ifdef HAVE_CYRUS_SASL
#include <sasl/sasl.h>
@@ -201,6 +202,9 @@ struct _JabberStream
/* A purple timeout tag for the keepalive */
int keepalive_timeout;
+
+ /* BOSH stuff*/
+ PurpleBOSHConnection bosh;
};
typedef gboolean (JabberFeatureEnabled)(JabberStream *js, const gchar *namespace);