about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-02 22:05:17 +0000
committerJames Booth <boothj5@gmail.com>2015-11-02 22:05:17 +0000
commita3e9178ea2ff8d45376b729ccee3f2c45c572485 (patch)
tree58b38b32ed881cb5654840c5e315958052602609 /src/xmpp
parenta761ea71761b399394ea6d2238154e9050ed14ff (diff)
downloadprofani-tty-a3e9178ea2ff8d45376b729ccee3f2c45c572485.tar.gz
Renamed mucconfwin functions
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/iq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c
index 252dcd71..ad5a88bf 100644
--- a/src/xmpp/iq.c
+++ b/src/xmpp/iq.c
@@ -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;
 }