diff libpurple/protocols/bonjour/bonjour_ft.h @ 21522:dc703f13449a

Fix a couple bugs in the Bonjour XEP-0065 implementation, mainly related to error handling, but also send a <streamhost-used /> result. Also fix a XEP-0096 bug where the SI profile wasn't being specified. These bring ft with gajim closer to working, but we aren't there yet.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 15 Nov 2007 14:53:53 +0000
parents d8106b63b0a4
children d8452c0bec7b
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/bonjour_ft.h	Thu Nov 15 14:22:06 2007 +0000
+++ b/libpurple/protocols/bonjour/bonjour_ft.h	Thu Nov 15 14:53:53 2007 +0000
@@ -35,7 +35,7 @@
 	void *data;
 	char *filename;
 	int filesize;
-	int id;
+	char *iq_id;
 	char *sid;
 	char *recv_id;
 	char *buddy_ip;