diff libpurple/protocols/bonjour/jabber.h @ 21734:d4c01ceb50a1

Fix #4189 to make the bonjour prpl more standards compliant by sending the stream response in the correct order. Thanks to Sjoerd Simons from Telepathy Salut for noticing.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 03 Dec 2007 01:18:37 +0000
parents dc703f13449a
children cc0809ec0c85
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/jabber.h	Sun Dec 02 22:02:34 2007 +0000
+++ b/libpurple/protocols/bonjour/jabber.h	Mon Dec 03 01:18:37 2007 +0000
@@ -47,7 +47,7 @@
 	guint rx_handler;
 	guint tx_handler;
 	PurpleCircBuffer *tx_buf;
-	gboolean sent_stream_start;
+	int sent_stream_start; /* 0 = Unsent, 1 = Partial, 2 = Complete */
 	gboolean recv_stream_start;
 	PurpleProxyConnectData *connect_data;
 	gpointer stream_data;