mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:25:11 +00:00
[ADD/WIP] Start adding reactions
This commit is contained in:
parent
de1ee3986e
commit
1126497d5b
7 changed files with 93 additions and 6 deletions
|
|
@ -12,6 +12,8 @@ extern HashMap * MatrixCreateNotice(char *body);
|
|||
/* Creates the content for a normal message. */
|
||||
extern HashMap * MatrixCreateMessage(char *body);
|
||||
|
||||
extern HashMap * MatrixCreateReact(char *event, char *body);
|
||||
|
||||
/* Creates the content for a replace message. */
|
||||
extern HashMap * MatrixCreateReplace(char *event, char *body);
|
||||
|
||||
|
|
|
|||
|
|
@ -170,4 +170,5 @@ extern char * ParseeXMPPify(HashMap *event);
|
|||
|
||||
/* Finds an event ID from an ID in the stanza's attributes */
|
||||
extern char * ParseeEventFromID(ParseeData *d, char *c_id, char *ori_id);
|
||||
extern char * ParseeEventFromSID(ParseeData *d, char *c_id, char *ori_id);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue