Mercurial > pidgin.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
21602:53fee49ce1c5 | 21603:a4b6854737d5 |
---|---|
14 transfers between libpurple clients and Gajim clients, but will not | 14 transfers between libpurple clients and Gajim clients, but will not |
15 work with iChat or Adium as they use a different file transfer | 15 work with iChat or Adium as they use a different file transfer |
16 implementation. | 16 implementation. |
17 * XMPP password changes that return errors no longer cause the saved | 17 * XMPP password changes that return errors no longer cause the saved |
18 password to be changed. | 18 password to be changed. |
19 * XMPP file transfer support has been enhanced to support sending | |
20 files through a proxy when the server supports discovering a | |
21 a bytestream proxy. This should make file transfers much more | |
22 reliable. The next release will add support for manually specifying | |
23 a proxy when the server doesn't advertise one. | |
19 | 24 |
20 Pidgin: | 25 Pidgin: |
21 * If a plugin says it can't be unloaded, we now display an error and | 26 * If a plugin says it can't be unloaded, we now display an error and |
22 remove the plugin from the list of saved plugins so it won't load | 27 remove the plugin from the list of saved plugins so it won't load |
23 at the next startup. Previously, we were ignoring this case, which | 28 at the next startup. Previously, we were ignoring this case, which |