comparison ChangeLog @ 29050:d4b9df8e17f6

jabber: Fix another corner case that introduced duplicates to the list. This occurs when the roster contains either two groups with the exact same name or a name that differs only by case. The solution: uniquify the list of groups. Fixes #10950.
author Paul Aurich <paul@darkrain42.org>
date Tue, 16 Feb 2010 00:36:25 +0000
parents 031fd1cd88df
children 42b732b92cec 1eeeb20f0b9f 2c955a6f1fa8
comparison
equal deleted inserted replaced
29049:0b6cfe040cd0 29050:d4b9df8e17f6
60 * Fix receiving messages without markup over an Openfire BOSH connection 60 * Fix receiving messages without markup over an Openfire BOSH connection
61 (forcibly put the stanzas in the jabber:client namespace). 61 (forcibly put the stanzas in the jabber:client namespace).
62 * The default value for the file transfer proxies is automatically 62 * The default value for the file transfer proxies is automatically
63 updated when an account connects, if it is still the old (broken) 63 updated when an account connects, if it is still the old (broken)
64 default (from 'proxy.jabber.org' to 'proxy.eu.jabber.org'). 64 default (from 'proxy.jabber.org' to 'proxy.eu.jabber.org').
65 * Fix an issue where libpurple created duplicate buddies if the roster
66 contains a buddy in two groups that differ only by case
67 (e.g. "XMPP" and "xmpp") (or not at all).
65 68
66 Yahoo: 69 Yahoo:
67 * Don't send <span> and </span> tags. (Fartash Faghri) 70 * Don't send <span> and </span> tags. (Fartash Faghri)
68 * Support PingBox. PingBoxes will appear as pbx/PingBoxName. (Kartik 71 * Support PingBox. PingBoxes will appear as pbx/PingBoxName. (Kartik
69 Mohta) 72 Mohta)