# HG changeset patch # User Nathan Walp # Date 1072939135 0 # Node ID 64e94b6823c3448e3d89b31337aebfea0164847a # Parent 970d252687df10616f29ed4a1939ae06b68418ae [gaim-migrate @ 8645] ok, jabber chat invites don't suck now committer: Tailor Script diff -r 970d252687df -r 64e94b6823c3 src/protocols/jabber/message.c --- a/src/protocols/jabber/message.c Thu Jan 01 00:45:35 2004 +0000 +++ b/src/protocols/jabber/message.c Thu Jan 01 06:38:55 2004 +0000 @@ -316,7 +316,7 @@ xmlnode *invite = xmlnode_get_child(child, "invite"); if(invite) { xmlnode *reason, *password; - const char *jid = xmlnode_get_attrib(child, "from"); + const char *jid = xmlnode_get_attrib(invite, "from"); g_free(jm->to); jm->to = jm->from; jm->from = g_strdup(jid);