# HG changeset patch # User John Bailey # Date 1227988385 0 # Node ID e1c38e93d5c35aeb39616bceaebfbbddc3bff19e # Parent 915fdb6492100727685066267334d73e267570ef Rearrange the ChangeLog a bit since there are now so many Gadu-Gadu and XMPP bullet points in it this time around. diff -r 915fdb649210 -r e1c38e93d5c3 ChangeLog --- a/ChangeLog Sat Nov 29 19:44:57 2008 +0000 +++ b/ChangeLog Sat Nov 29 19:53:05 2008 +0000 @@ -8,27 +8,31 @@ --with-system-ssl-certs and GnuTLS need to include these in the system certs directory. * Corrected maximum message lengths for Yahoo! - * Fix some problems with Gadu-Gadu buddy icons (Adam Strzelecki) * Enable auto-reply on Zephyr, to emulate 'zaway' (Toby Schaffer) * The Buddy State Notification plugin no longer prints duplicate notifications when the same buddy is in multiple groups (Florian Quèze) * The Buddy State Notification plugin no longer turns JID's, MSN Passport ID's, etc. into links (Florian Quèze) * Fix a crash in SIMPLE when a malformed message is received. - * Fix the namespace URL we look for in PEP reply stanzas to match the URL - used in the 'get' requests (Paul Aurich) - * XMPP resources can be set to the local machine's hostname by using - __HOSTNAME__ as the resource string (Jonathan Sailor) - * XMPP resources can now be left blank, causing the server to generate a - resource for us (Jonathan Sailor) - * XMPP resources now default to no value + + Gadu-Gadu: + * Fix some problems with Gadu-Gadu buddy icons (Adam Strzelecki) * Gadu-Gadu now validates that UID's are valid (Adam Strzelecki) * Gadu-Gadu now does proper charset translations where needed (Adam Strzelecki) - * Quit trying to get user info for XMPP MUC's (Paul Aurich) - * Send "client-accepts-full-bind-result" attribute during SASL login for - XMPP accounts. Will fix Google Talk login failures if the user - configures the wrong domain for his/her account. + + XMPP: + * Fix the namespace URL we look for in PEP reply stanzas to match the URL + used in the 'get' requests (Paul Aurich) + * Resources can be set to the local machine's hostname by using + __HOSTNAME__ as the resource string (Jonathan Sailor) + * Resources can now be left blank, causing the server to generate a + resource for us where supported (Jonathan Sailor) + * Resources now default to no value + * Quit trying to get user info for MUC's (Paul Aurich) + * Send "client-accepts-full-bind-result" attribute during SASL login. + This will fix Google Talk login failures if the user configures the + wrong domain for his/her account. Pidgin: * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting