log libpurple/protocols/bonjour/jabber.h @ 32672:3828a61c44da

age author description
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads.
Tue, 13 Dec 2011 15:24:16 +0000 Eion Robb Fix the compilation of the Bonjour prpl on Windows.
Wed, 30 Nov 2011 00:58:50 +0000 linus luessing Append interface ID only to local interfaces for IPv6 Bonjour.
Tue, 03 May 2011 16:37:16 +0000 Daniel Atallah bonjour: Update to 427f3622bbeb4 to match the last used IP more reliably.
Wed, 24 Feb 2010 05:00:09 +0000 Daniel Atallah Implementation of IPv6 support for Bonjour
Wed, 10 Dec 2008 02:23:27 +0000 Daniel Atallah Clean up some stuff that the behavior has changed on to fix CID 398.
Mon, 14 Jan 2008 23:29:52 +0000 Daniel Atallah Prevent a crash caused by freed memory being accessed.
Fri, 14 Dec 2007 21:44:34 +0000 Daniel Atallah This is the second part of the fix to support having multiple presence records in Bonjour (and also supporting multiple presences using the same IP). Incoming conversations are no longer immediately attached to a buddy - we use an algorithm to match a conversation to a buddy based on the IP and, if possible the "from" attribute of the stream or the first tag in the stream. Thanks to Sjoerd Simons from Telepahy Salut for noticing and suggesting the algorithm. Fixes #4187. It'd be good if a few people test this.
Mon, 03 Dec 2007 01:18:37 +0000 Daniel Atallah 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.
Thu, 15 Nov 2007 14:53:53 +0000 Daniel Atallah 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.
Tue, 13 Nov 2007 02:20:58 +0000 Daniel Atallah Cleanup and fix the socks5 proxy connect address to be correct.
Mon, 12 Nov 2007 03:37:14 +0000 Daniel Atallah Patch from some Intel folks to implement file transfer in Bonjour using XEP-0096 and 0065. This hopefully will work with Gaijm (haven't yet tested) and, of course, between libpurple instances; it will not work with Adium or iChat.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Tue, 31 Jul 2007 23:23:25 +0000 Daniel Atallah Update the Bonjour prpl to use libxml explicitly instead of the xml_node stuff. This allows us to deal with partial reads. I also fixed issues related to starting conversations with iChat and a couple other things. Fixes #2022,#1652
Fri, 08 Jun 2007 18:24:23 +0000 Daniel Atallah Update Bonjour to do nonblocking I/O correctly.
Fri, 08 Jun 2007 15:28:00 +0000 Daniel Atallah Close conversation connections when logging out of the Bonjour account. This also fixes leakage.
Fri, 08 Jun 2007 06:15:43 +0000 Daniel Atallah Send 'to' and 'from' attributes in the stream start message.
Fri, 08 Jun 2007 06:04:06 +0000 Daniel Atallah Cleanup, fix a leak and prevent the inbound xml from being parsed twice for every message.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/