mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-03 15:16:21 +00:00
WIP: Added last activity request and response
This commit is contained in:
@@ -186,6 +186,7 @@ void iq_send_software_version(const char * const fulljid);
|
||||
void iq_room_list_request(gchar *conferencejid);
|
||||
void iq_disco_info_request(gchar *jid);
|
||||
void iq_disco_items_request(gchar *jid);
|
||||
void iq_last_activity_request(gchar *jid);
|
||||
void iq_set_autoping(int seconds);
|
||||
void iq_confirm_instant_room(const char * const room_jid);
|
||||
void iq_destroy_room(const char * const room_jid);
|
||||
|
||||
Reference in New Issue
Block a user