mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 18:25:10 +00:00
[ADD/WIP] Editing support XMPP->Matrix
This commit is contained in:
parent
771c3271ad
commit
ae740878c8
13 changed files with 249 additions and 106 deletions
|
|
@ -61,4 +61,14 @@ extern void XMPPFreeMUCInfo(MUCInfo info);
|
|||
/* Checks if a stanza has an x-parsee element */
|
||||
extern bool XMPPIsParseeStanza(XMLElement *);
|
||||
|
||||
/* Returns the stanza ID of a stanza, if existent */
|
||||
extern char * XMPPGetStanzaID(XMLElement *);
|
||||
|
||||
/* Returns the origin ID of a stanza, if existent */
|
||||
extern char * XMPPGetOriginID(XMLElement *);
|
||||
|
||||
/* Returns the origin ID of the replaced stanza, if the current one
|
||||
* is a replacement notice */
|
||||
extern char * XMPPGetReplacedID(XMLElement *);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue