diff configuration.js @ 42:07ca0263a53f

Add an option to hide non-accessible nodes.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 26 Feb 2011 17:39:49 +0100
parents bc717575e66a
children 023f767662d3
line wrap: on
line diff
--- a/configuration.js
+++ b/configuration.js
@@ -28,6 +28,7 @@ config.allowCreateNode = [/@example\.com
 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.hideNonAccessibleNodes = true;
 
 config.activated = [
 	'auto-create',