diff libpurple/protocols/jabber/jabber.h @ 25607:f775f6021654

* using libpurple's internal SASL mechanisms during BOSH authentication phase
author Tobias Markmann <tfar@soc.pidgin.im>
date Fri, 15 Aug 2008 14:02:21 +0000
parents 3176d5a0b9dd
children 907ca9a36fe0
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Tue Aug 12 12:48:25 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Fri Aug 15 14:02:21 2008 +0000
@@ -204,6 +204,7 @@
 	int keepalive_timeout;
 	
 	/* BOSH stuff*/
+    gboolean use_bosh;
     PurpleBOSHConnection bosh;
 };