mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:15:11 +00:00
[ADD/WIP] One-way chatstates, capabilities
No avatarwerk today because avatars are an absolute sore.
This commit is contained in:
parent
59d5ad6780
commit
6b0f08c49e
10 changed files with 349 additions and 24 deletions
|
|
@ -73,4 +73,9 @@ extern char * XMPPGetReplacedID(XMLElement *);
|
|||
/* Get the replied-to stanza ID, if existent. */
|
||||
extern char * XMPPGetReply(XMLElement *elem);
|
||||
|
||||
/* Generate the B64-encoded SHA-256 hash for the 'ver' field in caps. */
|
||||
extern char * XMPPGenerateVer(void);
|
||||
|
||||
/* Annotates a presence with https://xmpp.org/extensions/xep-0115.html */
|
||||
extern void XMPPAnnotatePresence(XMLElement *presence);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue