mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 16:06:21 +00:00
Send instant room request
This commit is contained in:
@@ -139,6 +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);
|
||||
|
||||
// caps functions
|
||||
Capabilities* (*caps_get)(const char * const caps_str);
|
||||
|
||||
Reference in New Issue
Block a user