about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-03 22:56:33 +0100
committerJames Booth <boothj5@gmail.com>2014-09-03 22:56:33 +0100
commitb50b786dcc39cd0eabff6ea0880759291b9b9b0b (patch)
treebf0d60dbc28c08ddf5331dd6c124a6fc09ed9b10 /src/xmpp/xmpp.h
parent64521eb135229c8c6905b6c74668142eaf441a32 (diff)
downloadprofani-tty-b50b786dcc39cd0eabff6ea0880759291b9b9b0b.tar.gz
Validate usage of /room config command, added UI messages
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index cc587872..fb15e7af 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -139,7 +139,7 @@ void (*iq_room_list_request)(gchar *conferencejid);
 void (*iq_disco_info_request)(gchar *jid);
 void (*iq_disco_items_request)(gchar *jid);
 void (*iq_set_autoping)(int seconds);
-void (*iq_create_instant_room)(const char * const room_jid);
+void (*iq_confirm_instant_room)(const char * const room_jid);
 void (*iq_destroy_instant_room)(const char * const room_jid);
 
 // caps functions