Sun, 03 Aug 2008 22:58:10 +0000
* 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);