Mercurial > pidgin
changeset 25041:3176d5a0b9dd
* missing commit
author | Tobias Markmann <tfar@soc.pidgin.im> |
---|---|
date | Sun, 03 Aug 2008 22:58:10 +0000 |
parents | b238da95f39a |
children | 1cbe5a9f6efb ba362a67278c |
files | libpurple/protocols/jabber/jabber.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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);