diff ChangeLog @ 29754: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
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 10 04:05:50 2010 +0000
+++ b/ChangeLog	Thu Feb 11 04:38:48 2010 +0000
@@ -57,6 +57,11 @@
 	* Fix a leak and crash when retrieving buddy icons.
 
 	XMPP:
+	* Upon receipt of a presence change from a contact, send further messages
+	  to that contact's bare JID [username].  A conversation "locks" to a
+	  specific resource upon receipt of a message from that resource.
+	  Previously, it would only "unlock" when that resource went offline, or
+	  upon receipt of a message from a different resource.
 	* Added support for the SCRAM-SHA-1 SASL mechanism.  This is only
 	  available when built without Cyrus SASL support.
 	* When getting info on a domain-only (server) JID, show uptime
@@ -69,6 +74,8 @@
 	* Don't send custom smileys larger than the recommended maximum object size
 	  specified in the BoB XEP.   This prevents a client from being
 	  disconnected by servers that dislike overly-large stanzas.
+	* Fix receiving messages without markup over an Openfire BOSH connection
+	  (forcibly put the stanzas in the jabber:client namespace).
 
 	Yahoo:
 	* Don't send <span> and </span> tags.  (Fartash Faghri)