changeset 7448:f3f47de6d8a7

[gaim-migrate @ 8059] how did I let this many bugs happen? committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 06 Nov 2003 17:45:07 +0000
parents 0e7a835e2433
children 126fceb88bec
files src/protocols/jabber/message.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/jabber/message.c	Thu Nov 06 08:32:17 2003 +0000
+++ b/src/protocols/jabber/message.c	Thu Nov 06 17:45:07 2003 +0000
@@ -199,7 +199,7 @@
 	components = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free);
 
 	g_hash_table_replace(components, g_strdup("room"), g_strdup(jid->node));
-	g_hash_table_replace(components, g_strdup("server"), g_strdup(jid->node));
+	g_hash_table_replace(components, g_strdup("server"), g_strdup(jid->domain));
 	g_hash_table_replace(components, g_strdup("handle"),
 			g_strdup(jm->js->user->node));
 	g_hash_table_replace(components, g_strdup("password"),