soc.2008.xmpp: 72d6870e: * missing commit

tfar at soc.pidgin.im tfar at soc.pidgin.im
Sun Aug 3 19:00:50 EDT 2008


-----------------------------------------------------------------
Revision: 72d6870ed2c62423a05ed89822db25d9916ecf2b
Ancestor: 99542a49e993a03d38de798cde1979a4901998e2
Author: tfar at soc.pidgin.im
Date: 2008-08-03T22:58:10
Branch: im.pidgin.soc.2008.xmpp
URL: http://d.pidgin.im/viewmtn/revision/info/72d6870ed2c62423a05ed89822db25d9916ecf2b

Modified files:
        libpurple/protocols/jabber/jabber.h

ChangeLog: 

* missing commit

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jabber.h	4463842f12357bf2adf3f6acdc6306fbbc8e916d
+++ libpurple/protocols/jabber/jabber.h	fa8b8cb851eb4d70b80afac5dea164a9164f02fc
@@ -59,6 +59,7 @@ typedef struct _JabberStream JabberStrea
 #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);


More information about the Commits mailing list