diff src/protocols/jabber/chat.c @ 8400:0383e55cd658

[gaim-migrate @ 9129] the ietf docs say we SHOULD do this, so we will. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 05 Mar 2004 19:09:59 +0000
parents 387ba791d5f9
children c13a4913a071
line wrap: on
line diff
--- a/src/protocols/jabber/chat.c	Fri Mar 05 16:37:37 2004 +0000
+++ b/src/protocols/jabber/chat.c	Fri Mar 05 19:09:59 2004 +0000
@@ -190,6 +190,7 @@
 
 	chat->room = g_strdup(room);
 	chat->server = g_strdup(server);
+	chat->handle = g_strdup(handle);
 
 	g_hash_table_insert(js->chats, room_jid, chat);