diff ChangeLog @ 21603:a4b6854737d5

Implement more of XEP-0065 to support sending files through a proxy. To avoid adding strings this close to a release, it only supports using a proxy that is discovered from the server, but we'll include an account option to manually specify a ft proxy in the next release. Lots of this is based on a patch from galt - Fixes #3730, #116, #1768
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 21 Nov 2007 05:22:39 +0000
parents 7ec7feef1f5c
children f472035d6c77
line wrap: on
line diff
--- a/ChangeLog	Wed Nov 21 02:53:27 2007 +0000
+++ b/ChangeLog	Wed Nov 21 05:22:39 2007 +0000
@@ -16,6 +16,11 @@
 	  implementation.
 	* XMPP password changes that return errors no longer cause the saved
 	  password to be changed.
+	* XMPP file transfer support has been enhanced to support sending
+	  files through a proxy when the server supports discovering a
+	  a bytestream proxy.  This should make file transfers much more
+	  reliable.  The next release will add support for manually specifying
+	  a proxy when the server doesn't advertise one.
 
 	Pidgin:
 	* If a plugin says it can't be unloaded, we now display an error and