Validate usage of /room config command, added UI messages
This commit is contained in:
@@ -163,7 +163,7 @@ _iq_send_software_version(const char * const fulljid)
|
||||
}
|
||||
|
||||
static void
|
||||
_iq_create_instant_room(const char * const room_jid)
|
||||
_iq_confirm_instant_room(const char * const room_jid)
|
||||
{
|
||||
xmpp_conn_t * const conn = connection_get_conn();
|
||||
xmpp_ctx_t * const ctx = connection_get_ctx();
|
||||
@@ -760,6 +760,6 @@ iq_init_module(void)
|
||||
iq_disco_items_request = _iq_disco_items_request;
|
||||
iq_send_software_version = _iq_send_software_version;
|
||||
iq_set_autoping = _iq_set_autoping;
|
||||
iq_create_instant_room = _iq_create_instant_room;
|
||||
iq_confirm_instant_room = _iq_confirm_instant_room;
|
||||
iq_destroy_instant_room = _iq_destroy_instant_room;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user