mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-02 04:36:22 +00:00
Added /room config edit and /room config cancel
This commit is contained in:
@@ -141,6 +141,8 @@ void (*iq_disco_items_request)(gchar *jid);
|
||||
void (*iq_set_autoping)(int seconds);
|
||||
void (*iq_confirm_instant_room)(const char * const room_jid);
|
||||
void (*iq_destroy_instant_room)(const char * const room_jid);
|
||||
void (*iq_request_room_config_form)(const char * const room_jid);
|
||||
void (*iq_room_config_cancel)(const char * const room_jid);
|
||||
void (*iq_send_ping)(const char * const target);
|
||||
|
||||
// caps functions
|
||||
|
||||
Reference in New Issue
Block a user