Renamed mucconfwin functions

This commit is contained in:
James Booth
2015-11-02 22:05:17 +00:00
parent a761ea7176
commit a3e9178ea2
5 changed files with 49 additions and 49 deletions

View File

@@ -1260,7 +1260,7 @@ _room_config_handler(xmpp_conn_t *const conn, xmpp_stanza_t *const stanza,
}
DataForm *form = form_create(x);
ui_handle_room_configuration(from, form);
mucconfwin_handle_configuration(from, form);
return 0;
}