summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-06-03 16:41:52 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-06-03 16:41:52 +0000
commit2b726b7d419dbebe9140988029ab52b89284535c (patch)
tree052f99a5bd0bdc828b79b8fe239ab98a3fb8537e /ChangeLog
parent6175d15a745b7893f8caa50bb962c12f6ba99ea4 (diff)
downloadpidgin-2b726b7d419dbebe9140988029ab52b89284535c.tar.gz
jabber digest-md5: Only specify the charset as UTF-8 if conversion to ISO-8859-1 was not successful.
Fixes DIGEST-MD5 authentication to Prosody when the password includes non-ASCII characters that are in ISO-8859-1 (like '?').
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02aa4838ae..d0a37c652c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,8 @@ version 2.6.0 (??/??/2009):
chat to avoid getting too many fetch requests).
* Fix an issue with Jabber (pre-XMPP) servers and the user's preference
to require SSL not being respected.
+ * When using non-Cyrus SASL DIGEST-MD5 authentication, only specify the
+ charset as UTF-8 if the username/password weren't converted to ISO-8859-1.
Yahoo:
* P2P file transfers. (Sulabh Mahajan)