Comparison

prosody.cfg.lua.dist @ 1525:f30886f684eb

prosody.cfg.lua.dist: Add auto-loaded modules to the config
author Matthew Wild <mwild1@gmail.com>
date Fri, 10 Jul 2009 16:38:35 +0100
parent 1446:109ca9e7a6f3
child 1526:5f11a8d07161
comparison
equal deleted inserted replaced
1524:a89fec6d76d2 1525:f30886f684eb
60 --"console"; -- telnet to port 5582 (needs console_enabled = true) 60 --"console"; -- telnet to port 5582 (needs console_enabled = true)
61 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" 61 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
62 --"httpserver"; -- Serve static files from a directory over HTTP 62 --"httpserver"; -- Serve static files from a directory over HTTP
63 }; 63 };
64 64
65 -- These modules are auto-loaded, should you
66 -- for (for some mad reason) want to disable
67 -- them then uncomment them below
68 modules_disabled = {
69 -- "presence";
70 -- "message";
71 -- "iq";
72 };
73
65 -- Disable account creation by default, for security 74 -- Disable account creation by default, for security
66 -- For more information see http://prosody.im/doc/creating_accounts 75 -- For more information see http://prosody.im/doc/creating_accounts
67 allow_registration = false; 76 allow_registration = false;
68 77
69 -- These are the SSL/TLS-related settings. If you don't want 78 -- These are the SSL/TLS-related settings. If you don't want