diff options
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 244d3415..889e19b2 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -52,6 +52,8 @@ modules_enabled = { "ping"; -- Replies to XMPP pings with pongs "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 + "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 --"posix"; -- POSIX functionality, sends server to background, enables syslog, etc. |