prosody.cfg.lua.dist: Add mod_adhoc and mod_admin_adhoc to the default config
authorMatthew Wild <mwild1@gmail.com>
Sun, 5 Sep 2010 18:28:37 +0000 (19:28 +0100)
committerMatthew Wild <mwild1@gmail.com>
Sun, 5 Sep 2010 18:28:37 +0000 (19:28 +0100)
prosody.cfg.lua.dist

index 244d34158eabd6e09029607841658b8a539dea83..889e19b2f63d18aecf3b3a3907cca8b8ba92ed49 100644 (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.