mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:05:11 +00:00
[ADD/WIP] Create and use basic command parser
Still need to write the router.
This commit is contained in:
parent
f434f7aa87
commit
c4b7d1b92a
6 changed files with 220 additions and 12 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include <pthread.h>
|
||||
|
||||
#include <Command.h>
|
||||
#include <XMPP.h>
|
||||
|
||||
typedef struct ParseeConfig {
|
||||
|
|
@ -43,6 +44,7 @@ typedef struct ParseeConfig {
|
|||
typedef struct ParseeData {
|
||||
const ParseeConfig *config;
|
||||
HttpRouter *router;
|
||||
CommandRouter *handler;
|
||||
|
||||
XMPPComponent *jabber;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue