Mercurial > pidgin
diff ChangeLog @ 30177:e727f4f0ae02
jabber: Fix the GSSAPI-not-attempted fallback. Refs #12031
The mech string ends with a ' ', so this wasn't matching.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 12 Jun 2010 18:22:46 +0000 |
parents | fc8f98d1e81f |
children | c3b77c0fa79c |
line wrap: on
line diff
--- a/ChangeLog Sat Jun 12 02:41:35 2010 +0000 +++ b/ChangeLog Sat Jun 12 18:22:46 2010 +0000 @@ -11,6 +11,10 @@ * Rebindable suggest-next-page and suggest-prev-page actions for textboxes (GntEntry) to scroll through list of suggestions. + XMPP: + * Allow connecting to servers that only advertise GSSAPI and expect + a fallback to legacy IQ authentication (broken in 2.7.0). + version 2.7.1 (05/29/2010): General: * Build fixes on OpenSolaris. (Brian Lu)