prosody.cfg.lua.dist: Add auto-loaded modules to the config
authorMatthew Wild <mwild1@gmail.com>
Fri, 10 Jul 2009 15:38:35 +0000 (16:38 +0100)
committerMatthew Wild <mwild1@gmail.com>
Fri, 10 Jul 2009 15:38:35 +0000 (16:38 +0100)
prosody.cfg.lua.dist

index 8e12f92221c5614c0f020f0b3dca2efc8faae304..51ea3b3db4bfc4ec517d33c0fca44fac8b21585f 100644 (file)
@@ -62,6 +62,15 @@ Host "*"
                                --"httpserver"; -- Serve static files from a directory over HTTP\r
                          };\r
        \r
+       -- These modules are auto-loaded, should you\r
+       -- for (for some mad reason) want to disable\r
+       -- them then uncomment them below\r
+       modules_disabled = {\r
+                       -- "presence";\r
+                       -- "message";\r
+                       -- "iq";\r
+       };\r
+\r
        -- Disable account creation by default, for security\r
        -- For more information see http://prosody.im/doc/creating_accounts\r
        allow_registration = false;\r