diff configuration.js @ 41:bc717575e66a

Much better handling of modules.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 20 Feb 2011 15:51:12 +0100
parents f2e9365bc8ec
children 07ca0263a53f
line wrap: on
line diff
--- a/configuration.js
+++ b/configuration.js
@@ -27,6 +27,7 @@ config.os = 'GNU/Linux';
 config.allowCreateNode = [/@example\.com$/]; // value is an array of RegExp JIDs. If only super-owner should be able to create nodes, use [].
 config.backend = 'directory'; // Put backends in “backends” directory.
 config.access = 'open'; // values include open, whitelist (by members) and authorize (owners of the node receive notification). presence and roster aren’t implemented yet.
+config.pluginsDir = 'modules';
 
 config.activated = [
 	'auto-create',