changeset 8084:0694e3afa206

[gaim-migrate @ 8783] nothing gets by me...except this committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 12 Jan 2004 16:45:13 +0000
parents 08d993c1d843
children 6ed314f47f4b
files src/protocols/jabber/auth.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/jabber/auth.c	Mon Jan 12 06:09:09 2004 +0000
+++ b/src/protocols/jabber/auth.c	Mon Jan 12 16:45:13 2004 +0000
@@ -382,8 +382,6 @@
 			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);