Mercurial > pidgin
changeset 8110:380d2bbdef1a
[gaim-migrate @ 8811]
this goes back in until I can figure out what the real story is
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 15 Jan 2004 06:58:58 +0000 |
parents | 6048a3bbc2a3 |
children | 869d5a5495b8 |
files | src/protocols/jabber/auth.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);