Mercurial > pidgin.yaz
comparison ChangeLog @ 30430:1518b6b70556
jabber: Blacklist EXTERNAL when using Cyrus. Allows connecting when it's advertised.
This fixes what I think is a bug/quirk in Cyrus SASL. The EXTERNAL mech
returns SASL_NOMECH to indicate the client hasn't set the necessary data,
except SASL_NOMECH is supposed to mean (AFAICT) "None of the mechs given
are supported/meet the current security requirements". No other mech
does that!
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Fri, 21 May 2010 05:35:33 +0000 |
parents | 8e060965d69f |
children | 92767d9eac2e |
comparison
equal
deleted
inserted
replaced
30429:1b1fee952341 | 30430:1518b6b70556 |
---|---|
15 * Fix bug that caused HTML to be displayed in incoming messages. | 15 * Fix bug that caused HTML to be displayed in incoming messages. |
16 | 16 |
17 MSN: | 17 MSN: |
18 * Fix unnecessary bandwidth consumption for buddy icon requests when | 18 * Fix unnecessary bandwidth consumption for buddy icon requests when |
19 buddies have capital letters in their passport addresses. | 19 buddies have capital letters in their passport addresses. |
20 | |
21 XMPP: | |
22 * Allow connecting to servers that advertise EXTERNAL (broken in | |
23 2.7.0) | |
20 | 24 |
21 version 2.7.0 (05/12/2010): | 25 version 2.7.0 (05/12/2010): |
22 General: | 26 General: |
23 * Changed GTK+ minimum version requirement to 2.10.0. | 27 * Changed GTK+ minimum version requirement to 2.10.0. |
24 * Changed GLib minimum version requirement to 2.12.0. | 28 * Changed GLib minimum version requirement to 2.12.0. |