[gaim-migrate @ 13845]

Thu, 29 Sep 2005 04:05:06 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Thu, 29 Sep 2005 04:05:06 +0000
changeset 11576
484149428832
parent 11575
e3d33128e2a1
child 11577
7cb6e1db780e

[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;

mercurial