# HG changeset patch # User Elliott Sales de Andrade # Date 1291959193 0 # Node ID 505f15f9b27a91ccfcbdff7ff04f9be2946ec86c # Parent 0a58b4f084fb26321697d517a0524e4ad400bd3e Properly prevent updating the server with our own information, since we just sent it ourselves. This will now update the buddy list for ourselves with the new name correctly. Fixes #13064. diff -r 0a58b4f084fb -r 505f15f9b27a ChangeLog --- a/ChangeLog Fri Dec 10 05:03:50 2010 +0000 +++ b/ChangeLog Fri Dec 10 05:33:13 2010 +0000 @@ -34,6 +34,7 @@ services. (#13022) * Correctly remove old endpoints from the list when they sign out. * Add option to disable connections from multiple locations. (#13017) + * Correctly update your own display name in the buddy list. (#13064) XMPP: * Terminate Jingle sessions with unsupported content types. (#13048)