comparison ChangeLog @ 28150: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
comparison
equal deleted inserted replaced
28149:cb8937a8a17f 28150:2e3678cd33a0
12 * Escape status messages that have HTML entities in the Get Info dialog. 12 * Escape status messages that have HTML entities in the Get Info dialog.
13 * Fix connecting to XMPP domains with no SRV records from Pidgin on 13 * Fix connecting to XMPP domains with no SRV records from Pidgin on
14 Windows. 14 Windows.
15 * Fix typing notifications with Pidgin 2.5.9 or earlier. 15 * Fix typing notifications with Pidgin 2.5.9 or earlier.
16 * Fix connecting using BOSH and legacy authentication (XEP-0078). 16 * Fix connecting using BOSH and legacy authentication (XEP-0078).
17 * Adding buddies of the form "romeo@montague.net/Resource" are handled
18 properly. In addition, it is no longer possible to add buddies of
19 the form "room@conference.example.net/User", where
20 room@conference.example.net is a MUC.
17 21
18 Finch: 22 Finch:
19 * Properly detect libpanel on OpenBSD. (Brad Smith) 23 * Properly detect libpanel on OpenBSD. (Brad Smith)
20 * Remove IO watches in gnt_quit. (Tomasz Mon) 24 * Remove IO watches in gnt_quit. (Tomasz Mon)
21 25