[ADD/WIP] Start unifying DMs and MUCs

I really need to dispatch XMPP stanza management.
This commit is contained in:
LDA 2024-07-03 14:40:26 +02:00
commit 5f2c3a9cb8
10 changed files with 570 additions and 87 deletions

View file

@ -30,6 +30,11 @@ typedef struct ParseeCmdArg {
"set-pl", CmdSetPL, \
"Sets the power level in a Parsee room" \
) \
X_COMMAND( \
"set-min-pl", CmdSetMin, \
"Sets the power level to send a specific event " \
"in a Parsee room" \
) \
X_COMMAND( \
"help", CmdHelp, \
"Shows the command list" \