diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-09-05 19:28:37 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-09-05 19:28:37 +0100 |
commit | 29d0db3fd77e2b8a4857d638ebc5b2fbc8ab6b61 (patch) | |
tree | 61cd3c805fd2804ddee4f808dfb4bcab90c855c3 /prosody.cfg.lua.dist | |
parent | ac64b6c978be04211435cf89bf5c101136ceb18d (diff) | |
download | prosody-29d0db3fd77e2b8a4857d638ebc5b2fbc8ab6b61.tar.gz prosody-29d0db3fd77e2b8a4857d638ebc5b2fbc8ab6b61.zip |
prosody.cfg.lua.dist: Add mod_adhoc and mod_admin_adhoc to the default config
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. |