comparison 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
comparison
equal deleted inserted replaced
21521:287ee978db2e 21522:dc703f13449a
33 struct _XepXfer 33 struct _XepXfer
34 { 34 {
35 void *data; 35 void *data;
36 char *filename; 36 char *filename;
37 int filesize; 37 int filesize;
38 int id; 38 char *iq_id;
39 char *sid; 39 char *sid;
40 char *recv_id; 40 char *recv_id;
41 char *buddy_ip; 41 char *buddy_ip;
42 int mode; 42 int mode;
43 PurpleNetworkListenData *listen_data; 43 PurpleNetworkListenData *listen_data;