comparison ChangeLog @ 24500:7ec139c84d36

Some improvements to XMPP resource handling: * Blank resources cause us to expect the server to assign one to us. * Using "__HOSTNAME__" as the resource will cause us to replace this string with the actual hostname of the machine we're running on. Fixes #5565. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Jonathan Sailor <jsailor@jesnetplus.com>
date Fri, 28 Nov 2008 02:19:42 +0000
parents 4caae7801f4d
children 7b27f7c41d85
comparison
equal deleted inserted replaced
24499:4caae7801f4d 24500:7ec139c84d36
15 * The Buddy State Notification plugin no longer turns JID's, MSN Passport 15 * The Buddy State Notification plugin no longer turns JID's, MSN Passport
16 ID's, etc. into links (Florian Quèze) 16 ID's, etc. into links (Florian Quèze)
17 * Fix a crash in SIMPLE when a malformed message is received. 17 * Fix a crash in SIMPLE when a malformed message is received.
18 * Fix the namespace URL we look for in PEP reply stanzas to match the URL 18 * Fix the namespace URL we look for in PEP reply stanzas to match the URL
19 used in the 'get' requests (Paul Aurich) 19 used in the 'get' requests (Paul Aurich)
20 * XMPP resources can default to the local machine's hostname by using
21 __HOSTNAME__ as the resource string (Jonathan Sailor)
22 * XMPP resources can now be left blank, causing the server to generate a
23 resource for us (Jonathan Sailor)
20 24
21 Pidgin: 25 Pidgin:
22 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting 26 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting
23 instead of our own (hidden) tooltip_delay pref. If you had 27 instead of our own (hidden) tooltip_delay pref. If you had
24 previously changed that pref, add a line like this to 28 previously changed that pref, add a line like this to