Thu, 29 Sep 2005 04:05:06 +0000
[gaim-migrate @ 13845]
This makes invites to password protected chatrooms to work for me. People who care should test their servers.
| src/protocols/jabber/message.c | file | annotate | diff | comparison | revisions |
--- a/src/protocols/jabber/message.c Wed Sep 28 12:44:35 2005 +0000 +++ b/src/protocols/jabber/message.c Thu Sep 29 04:05:06 2005 +0000 @@ -335,7 +335,7 @@ g_free(jm->body); jm->body = xmlnode_get_data(reason); } - if((password = xmlnode_get_child(invite, "password"))) + if((password = xmlnode_get_child(child, "password"))) jm->password = xmlnode_get_data(password); jm->type = JABBER_MESSAGE_GROUPCHAT_INVITE;