Added caching of legacy capabilities

This commit is contained in:
James Booth
2014-11-30 00:37:36 +00:00
parent f46d0541c6
commit aec7afd06a
3 changed files with 185 additions and 33 deletions

View File

@@ -194,6 +194,8 @@ 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_send_caps_request_legacy)(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,