diff ChangeLog @ 27097:e696a0740a85

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 '').
author Paul Aurich <paul@darkrain42.org>
date Wed, 03 Jun 2009 16:41:52 +0000
parents 986304bcc66a
children 22bcf150f6c7 a0e3e4f37702
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 03 16:34:25 2009 +0000
+++ b/ChangeLog	Wed Jun 03 16:41:52 2009 +0000
@@ -50,6 +50,8 @@
 	  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)