xep-0084: Download avatars

Proof of concept.
Needs error checking, a nice interface, general cleanup..
This commit is contained in:
Michael Vetter
2019-12-18 12:46:03 +01:00
parent e3538cf739
commit c2aa585615
3 changed files with 113 additions and 3 deletions

View File

@@ -354,4 +354,6 @@ void stanza_free_caps(XMPPCaps *caps);
xmpp_stanza_t* stanza_get_child_by_name_and_ns(xmpp_stanza_t * const stanza, const char * const name, const char * const ns);
xmpp_stanza_t* stanza_create_avatar_retrieve_data_request(xmpp_ctx_t *ctx, const char *const id, const char *const jid);
#endif