mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
prosody.cfg.lua.dist: Add mod_adhoc and mod_admin_adhoc to the default config
This commit is contained in:
parent
ac64b6c978
commit
29d0db3fd7
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ modules_enabled = {
|
||||||
"ping"; -- Replies to XMPP pings with pongs
|
"ping"; -- Replies to XMPP pings with pongs
|
||||||
"pep"; -- Enables users to publish their mood, activity, playing music and more
|
"pep"; -- Enables users to publish their mood, activity, playing music and more
|
||||||
"register"; -- Allow users to register on this server using a client and change passwords
|
"register"; -- Allow users to register on this server using a client and change passwords
|
||||||
|
"adhoc"; -- Support for "ad-hoc commands" that can be executed with an XMPP client
|
||||||
|
"admin_adhoc"; -- Offer a range of administrative ad-hoc commands to server admins
|
||||||
|
|
||||||
-- Other specific functionality
|
-- Other specific functionality
|
||||||
--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
|
--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue