prosody.cfg.lua.dist: Add mod_adhoc and mod_admin_adhoc to the default config

This commit is contained in:
Matthew Wild 2010-09-05 19:28:37 +01:00
parent ac64b6c978
commit 29d0db3fd7

View file

@ -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.