# HG changeset patch # User Paul Aurich # Date 1240952825 0 # Node ID a9c5b4a4d5d2c8cf2df8634c9bd05965116aafe7 # Parent 913ce5e882493ccd3e594e48818cb70dc36cb023 Changelog MSN, Yahoo, and the merged BOSH branch diff -r 913ce5e88249 -r a9c5b4a4d5d2 ChangeLog --- a/ChangeLog Tue Apr 28 21:00:45 2009 +0000 +++ b/ChangeLog Tue Apr 28 21:07:05 2009 +0000 @@ -20,6 +20,7 @@ * Add support for in-band bytestreams for file transfers (XEP-0047). * Add support for sending and receiving attentions (equivalent to "buzz" and "nudge") using the command /buzz. (XEP-0224) + * Support for connecting using BOSH. (Tobias Markmann) * A buddy's local time is displayed in the Get Info dialog if the remote client supports it. * The set_chat_topic function can unset the chat topic. @@ -30,6 +31,7 @@ login. * Support showing and reporting idle times in the buddy list. (XEP-0256) * Support most recent version of User Avatar. (XEP-0084 v1.1) + * Updated Entity Capabilities support. (Tobias Markmann) IRC: * Correctly handle WHOIS for users who are joined to a large number of @@ -37,6 +39,19 @@ * Notify the user if a /nick command fails, rather than trying fallback nicks. + MSN: + * Fix a race condition in the SOAP code that caused mysterious crashes. + (Thanks to Florian Quèze for noticing the cause) + * Fix a regression in 2.5.5 that caused numerous "Friendly name changes + too rapidly" pop-ups at login. + + Yahoo: + * P2P file transfers. (Sulabh Mahajan) + * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'. + (Sulabh Mahajan) + * Sending text messages (address to +). + (Sulabh Mahajan) + Pidgin: * Added -f command line option to tell Pidgin to ignore NetworkManager and assume it has a valid network connection.