[ADD/WIP] Make basic XMPP->Matrix redactions

I'll need to use the actual redaction endpoint eventually, hence the
WIP status.
This commit is contained in:
LDA 2024-07-07 21:52:38 +02:00
commit a167d5d724
3 changed files with 47 additions and 2 deletions

View file

@ -67,6 +67,7 @@ extern char * XMPPGetOriginID(XMLElement *);
/* Returns the origin ID of the replaced stanza, if the current one
* is a replacement notice */
extern char * XMPPGetReplacedID(XMLElement *);
extern char * XMPPGetRetractedID(XMLElement *);
/* Get the replied-to stanza ID, if existent. */
extern char * XMPPGetReply(XMLElement *elem);