mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 22:55:11 +00:00
[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:
parent
517622a4ac
commit
a167d5d724
3 changed files with 47 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue