# HG changeset patch # User Tobias Markmann # Date 1217804290 0 # Node ID 3176d5a0b9ddec2838a302df72e94ce9d1179501 # Parent b238da95f39a2c5b434d0526fe97ac3be233abb1 * missing commit diff -r b238da95f39a -r 3176d5a0b9dd libpurple/protocols/jabber/jabber.h --- 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 @@ -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);