# HG changeset patch # User Daniel Atallah # Date 1222910932 0 # Node ID a61c017d3a99f470068ba46e03e2544f4505e84a # Parent 3266c00d71a40970e62f70e6d4507f16052f525c Set the connection display name to the server-assigned full jid for XMPP diff -r 3266c00d71a4 -r a61c017d3a99 libpurple/protocols/jabber/jabber.c --- a/libpurple/protocols/jabber/jabber.c Tue Sep 30 17:05:40 2008 +0000 +++ b/libpurple/protocols/jabber/jabber.c Thu Oct 02 01:28:52 2008 +0000 @@ -131,6 +131,9 @@ } if((my_jb = jabber_buddy_find(js, full_jid, TRUE))) my_jb->subscription |= JABBER_SUB_BOTH; + + purple_connection_set_display_name(js->gc, full_jid); + g_free(full_jid); } } else {