mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 22:45:12 +00:00
[ADD/WIP] Two-way replies
Call me Seija Kijin the way I apply my Reverse Ideology.
This commit is contained in:
parent
8472ada953
commit
c5df636bdb
5 changed files with 44 additions and 1 deletions
|
|
@ -26,6 +26,9 @@ extern HashMap * MatrixCreateNameState(char *name);
|
|||
/* Creates a join membership with a specific nickname */
|
||||
extern HashMap * MatrixCreateNickChange(char *nick);
|
||||
|
||||
/* Modifies a hashmap to create a reply event */
|
||||
extern void MatrixSetReply(HashMap *e, char *event);
|
||||
|
||||
/* Get the event ID of the reply if existent */
|
||||
extern char * MatrixGetReply(HashMap *event);
|
||||
extern char * MatrixGetEdit(HashMap *event);
|
||||
|
|
|
|||
|
|
@ -70,4 +70,7 @@ extern char * XMPPGetOriginID(XMLElement *);
|
|||
* is a replacement notice */
|
||||
extern char * XMPPGetReplacedID(XMLElement *);
|
||||
|
||||
/* Get the replied-to stanza ID, if existent. */
|
||||
extern char * XMPPGetReply(XMLElement *elem);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue