mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-14 05:15:11 +00:00
[ADD/WIP] One-way chatstates, capabilities
No avatarwerk today because avatars are an absolute sore.
This commit is contained in:
parent
59d5ad6780
commit
6b0f08c49e
10 changed files with 349 additions and 24 deletions
|
|
@ -38,6 +38,7 @@ extern HashMap * ASFind(const ParseeConfig *, char *, char *);
|
|||
/* Sends a message event with a specific type and body.
|
||||
* Said body is freed during the function's execution. */
|
||||
extern char * ASSend(const ParseeConfig *, char *, char *, char *, HashMap *);
|
||||
extern void ASType(const ParseeConfig *, char *, char *, bool);
|
||||
|
||||
/* Sets a state event with a specific type and body */
|
||||
extern void ASSetState(const ParseeConfig *conf, char *id, char *type, char *key, char *mask, HashMap *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue