comparison ChangeLog @ 26739:a9c5b4a4d5d2

Changelog MSN, Yahoo, and the merged BOSH branch
author Paul Aurich <paul@darkrain42.org>
date Tue, 28 Apr 2009 21:07:05 +0000
parents 4b8eb280d946
children 73ac2cd2cba3
comparison
equal deleted inserted replaced
26738:913ce5e88249 26739:a9c5b4a4d5d2
18 * Add voice & video support with Jingle (XEP-0166, 0167, 0176, & 0177), 18 * Add voice & video support with Jingle (XEP-0166, 0167, 0176, & 0177),
19 and voice support with GTalk and GMail. (Mike "Maiku" Ruprecht) 19 and voice support with GTalk and GMail. (Mike "Maiku" Ruprecht)
20 * Add support for in-band bytestreams for file transfers (XEP-0047). 20 * Add support for in-band bytestreams for file transfers (XEP-0047).
21 * Add support for sending and receiving attentions (equivalent to "buzz" 21 * Add support for sending and receiving attentions (equivalent to "buzz"
22 and "nudge") using the command /buzz. (XEP-0224) 22 and "nudge") using the command /buzz. (XEP-0224)
23 * Support for connecting using BOSH. (Tobias Markmann)
23 * A buddy's local time is displayed in the Get Info dialog if the remote 24 * A buddy's local time is displayed in the Get Info dialog if the remote
24 client supports it. 25 client supports it.
25 * The set_chat_topic function can unset the chat topic. 26 * The set_chat_topic function can unset the chat topic.
26 * Fix crash on connection with recent gstreamer0.10-plugins-bad. 27 * Fix crash on connection with recent gstreamer0.10-plugins-bad.
27 * Don't create a new conversation window for incoming messages of 28 * Don't create a new conversation window for incoming messages of
28 type 'headline'. 29 type 'headline'.
29 * The Ad-Hoc commands associated with our server are now always shown at 30 * The Ad-Hoc commands associated with our server are now always shown at
30 login. 31 login.
31 * Support showing and reporting idle times in the buddy list. (XEP-0256) 32 * Support showing and reporting idle times in the buddy list. (XEP-0256)
32 * Support most recent version of User Avatar. (XEP-0084 v1.1) 33 * Support most recent version of User Avatar. (XEP-0084 v1.1)
34 * Updated Entity Capabilities support. (Tobias Markmann)
33 35
34 IRC: 36 IRC:
35 * Correctly handle WHOIS for users who are joined to a large number of 37 * Correctly handle WHOIS for users who are joined to a large number of
36 channels. 38 channels.
37 * Notify the user if a /nick command fails, rather than trying 39 * Notify the user if a /nick command fails, rather than trying
38 fallback nicks. 40 fallback nicks.
41
42 MSN:
43 * Fix a race condition in the SOAP code that caused mysterious crashes.
44 (Thanks to Florian Quèze for noticing the cause)
45 * Fix a regression in 2.5.5 that caused numerous "Friendly name changes
46 too rapidly" pop-ups at login.
47
48 Yahoo:
49 * P2P file transfers. (Sulabh Mahajan)
50 * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'.
51 (Sulabh Mahajan)
52 * Sending text messages (address to +<countrycode><phone number>).
53 (Sulabh Mahajan)
39 54
40 Pidgin: 55 Pidgin:
41 * Added -f command line option to tell Pidgin to ignore NetworkManager 56 * Added -f command line option to tell Pidgin to ignore NetworkManager
42 and assume it has a valid network connection. 57 and assume it has a valid network connection.
43 * Allow plugins to specify custom link types to the GtkIMHtml widget. 58 * Allow plugins to specify custom link types to the GtkIMHtml widget.