mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 19:55:10 +00:00
[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:
parent
b820a441ed
commit
4de7227ee7
7 changed files with 896 additions and 50 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue