Mercurial > pidgin
diff ChangeLog @ 24555: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 |
line wrap: on
line diff
--- a/ChangeLog Fri Nov 28 01:49:58 2008 +0000 +++ b/ChangeLog Fri Nov 28 02:19:42 2008 +0000 @@ -17,6 +17,10 @@ * Fix a crash in SIMPLE when a malformed message is received. * Fix the namespace URL we look for in PEP reply stanzas to match the URL used in the 'get' requests (Paul Aurich) + * XMPP resources can default to the local machine's hostname by using + __HOSTNAME__ as the resource string (Jonathan Sailor) + * XMPP resources can now be left blank, causing the server to generate a + resource for us (Jonathan Sailor) Pidgin: * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting