comparison ChangeLog @ 29360:5dec9d90fb51

propagate from branch 'im.pidgin.pidgin' (head d14a1fe9d288c6942c8bfc6d1df3c8297ba7ca54) to branch 'im.pidgin.pidgin.next.minor' (head 8761a76439ad0ebb03090ebdd75ca3aa5422d105)
author Paul Aurich <paul@darkrain42.org>
date Thu, 11 Feb 2010 04:38:48 +0000
parents 55515a760e87 f521dd7c75b5
children a3e29e210b2e
comparison
equal deleted inserted replaced
29359:05d727f76ca9 29360:5dec9d90fb51
55 55
56 MySpace: 56 MySpace:
57 * Fix a leak and crash when retrieving buddy icons. 57 * Fix a leak and crash when retrieving buddy icons.
58 58
59 XMPP: 59 XMPP:
60 * Upon receipt of a presence change from a contact, send further messages
61 to that contact's bare JID [username]. A conversation "locks" to a
62 specific resource upon receipt of a message from that resource.
63 Previously, it would only "unlock" when that resource went offline, or
64 upon receipt of a message from a different resource.
60 * Added support for the SCRAM-SHA-1 SASL mechanism. This is only 65 * Added support for the SCRAM-SHA-1 SASL mechanism. This is only
61 available when built without Cyrus SASL support. 66 available when built without Cyrus SASL support.
62 * When getting info on a domain-only (server) JID, show uptime 67 * When getting info on a domain-only (server) JID, show uptime
63 (when given by the result of the "last query") and don't show status as 68 (when given by the result of the "last query") and don't show status as
64 offline. 69 offline.
67 * Don't do an SRV lookup for a STUN server associated with the account 72 * Don't do an SRV lookup for a STUN server associated with the account
68 if one is already set globally in prefs. 73 if one is already set globally in prefs.
69 * Don't send custom smileys larger than the recommended maximum object size 74 * Don't send custom smileys larger than the recommended maximum object size
70 specified in the BoB XEP. This prevents a client from being 75 specified in the BoB XEP. This prevents a client from being
71 disconnected by servers that dislike overly-large stanzas. 76 disconnected by servers that dislike overly-large stanzas.
77 * Fix receiving messages without markup over an Openfire BOSH connection
78 (forcibly put the stanzas in the jabber:client namespace).
72 79
73 Yahoo: 80 Yahoo:
74 * Don't send <span> and </span> tags. (Fartash Faghri) 81 * Don't send <span> and </span> tags. (Fartash Faghri)
75 * Support PingBox. PingBoxes will appear as pbx/PingBoxName. (Kartik 82 * Support PingBox. PingBoxes will appear as pbx/PingBoxName. (Kartik
76 Mohta) 83 Mohta)