[META] Actually start licensing

If anyone finds this to be bad, please let me know so that I can fix
that out.
This commit is contained in:
LDA 2024-06-23 01:22:10 +02:00
commit 4de7227ee7
7 changed files with 896 additions and 50 deletions

View file

@ -7,6 +7,8 @@
#include <Cytoplasm/Stream.h>
#include <Cytoplasm/Db.h>
#include <pthread.h>
#include <XMPP.h>
typedef struct ParseeConfig {
@ -147,4 +149,5 @@ extern bool ParseeVerifyStanza(ParseeData *, char *chat_id, char *stanza_id);
/* Sends presence requests for every MUC around as a fake JID */
extern void ParseeSendPresence(ParseeData *);
extern bool ParseeInitialiseSignals(HttpServer *, pthread_t, XMPPComponent *);
#endif