mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 06:16:22 +00:00
Store capabilities against fulljid when unsupported hash
This commit is contained in:
@@ -192,6 +192,8 @@ void (*iq_room_config_cancel)(const char * const room_jid);
|
||||
void (*iq_send_ping)(const char * const target);
|
||||
void (*iq_send_caps_request)(const char * const to, const char * const id,
|
||||
const char * const node, const char * const ver);
|
||||
void (*iq_send_caps_request_for_jid)(const char * const to, const char * const id,
|
||||
const char * const node, const char * const ver);
|
||||
void (*iq_room_info_request)(gchar *room);
|
||||
void (*iq_room_affiliation_list)(const char * const room, char *affiliation);
|
||||
void (*iq_room_affiliation_set)(const char * const room, const char * const jid, char *affiliation,
|
||||
|
||||
Reference in New Issue
Block a user