diff ChangeLog @ 28506:2e3678cd33a0

jabber: Properly handle adding buddies that contain a resource. Closes #10151. Need to strip the resource when adding a buddy, so that the core doesn't think the buddy is named "juliet@capulet.lit/chamber", which apparently causes very strange issues.
author Paul Aurich <paul@darkrain42.org>
date Mon, 31 Aug 2009 03:39:34 +0000
parents de2ac0952487
children 6e4b8c6460d0
line wrap: on
line diff
--- a/ChangeLog	Mon Aug 31 03:29:48 2009 +0000
+++ b/ChangeLog	Mon Aug 31 03:39:34 2009 +0000
@@ -14,6 +14,10 @@
 	  Windows.
 	* Fix typing notifications with Pidgin 2.5.9 or earlier.
 	* Fix connecting using BOSH and legacy authentication (XEP-0078).
+	* Adding buddies of the form "romeo@montague.net/Resource" are handled
+	  properly.  In addition, it is no longer possible to add buddies of
+	  the form "room@conference.example.net/User", where
+	  room@conference.example.net is a MUC.
 
 	Finch:
 	* Properly detect libpanel on OpenBSD.  (Brad Smith)