mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:15:10 +00:00
[ADD/WIP] Start unifying DMs and MUCs
I really need to dispatch XMPP stanza management.
This commit is contained in:
parent
6b0f08c49e
commit
5f2c3a9cb8
10 changed files with 570 additions and 87 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue