--- a/libpurple/protocols/bonjour/jabber.h Fri Jun 08 15:37:48 2007 +0000 +++ b/libpurple/protocols/bonjour/jabber.h Fri Jun 08 18:24:23 2007 +0000 @@ -27,6 +27,7 @@ #define _BONJOUR_JABBER_H_ #include "account.h" +#include "circbuffer.h" typedef struct _BonjourJabber { @@ -39,8 +40,12 @@ typedef struct _BonjourJabberConversation { gint socket; - gint watcher_id; + guint rx_handler; + guint tx_handler; + PurpleCircBuffer *tx_buf; gboolean stream_started; + PurpleProxyConnectData *connect_data; + gpointer stream_data; } BonjourJabberConversation; /**