diff src/protocols/jabber/presence.c @ 7923:e87e7d9d0132

[gaim-migrate @ 8592] you can now configure MUC chat rooms. yay! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 23 Dec 2003 17:36:07 +0000
parents ddd80ffd3815
children a99f0aebc7ce
line wrap: on
line diff
--- a/src/protocols/jabber/presence.c	Tue Dec 23 15:55:49 2003 +0000
+++ b/src/protocols/jabber/presence.c	Tue Dec 23 17:36:07 2003 +0000
@@ -240,17 +240,14 @@
 					const char *code = xmlnode_get_attrib(z, "code");
 					if(code && !strcmp(code, "201")) {
 						chat = jabber_chat_find(js, jid->node, jid->domain);
-						/* XXX: finish this
 						gaim_request_action(js->gc, _("Create New Room"),
 								_("Create New Room"),
 								_("You are creating a new room.  Would you like to "
 									"configure it, or accept the default settings?"),
 								1, chat, 2, _("Configure Room"),
-								G_CALLBACK(jabber_chat_start_room_configure),
+								G_CALLBACK(jabber_chat_request_room_configure),
 								_("Accept Defaults"),
 								G_CALLBACK(jabber_chat_create_instant_room));
-								*/
-						jabber_chat_create_instant_room(chat);
 					}
 				}
 			}