# HG changeset patch # User Nathan Walp # Date 1074149938 0 # Node ID 380d2bbdef1a121189e2599db34210c89df9fb66 # Parent 6048a3bbc2a394301c997e358e0ef83b9364dfbb [gaim-migrate @ 8811] this goes back in until I can figure out what the real story is committer: Tailor Script diff -r 6048a3bbc2a3 -r 380d2bbdef1a src/protocols/jabber/auth.c --- a/src/protocols/jabber/auth.c Thu Jan 15 06:09:51 2004 +0000 +++ b/src/protocols/jabber/auth.c Thu Jan 15 06:58:58 2004 +0000 @@ -400,6 +400,8 @@ g_string_append_printf(response, ",digest-uri=\"xmpp/%s\"", realm); g_string_append_printf(response, ",response=%s", auth_resp); g_string_append_printf(response, ",charset=utf-8"); + g_string_append_printf(response, ",authzid=\"%s@%s\"", + js->user->node, js->user->domain); g_free(auth_resp); g_free(cnonce);