mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 21:56:20 +00:00
Added /ping command
This commit is contained in:
@@ -141,6 +141,7 @@ 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_send_ping)(const char * const target);
|
||||
|
||||
// caps functions
|
||||
Capabilities* (*caps_get)(const char * const caps_str);
|
||||
|
||||
Reference in New Issue
Block a user