diff ChangeLog @ 29409:f521dd7c75b5

jabber: Handle non-compliant servers that don't put stanzas in the right namespace. Closes #11315
author Paul Aurich <paul@darkrain42.org>
date Wed, 10 Feb 2010 07:09:52 +0000
parents fbe2824286ce
children a51d06bee84a 5dec9d90fb51
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 10 06:43:51 2010 +0000
+++ b/ChangeLog	Wed Feb 10 07:09:52 2010 +0000
@@ -56,6 +56,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)