Mercurial > psgxs
comparison 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 |
comparison
equal
deleted
inserted
replaced
40:741110cdcfcf | 41:bc717575e66a |
---|---|
25 config.version = '0.1'; | 25 config.version = '0.1'; |
26 config.os = 'GNU/Linux'; | 26 config.os = 'GNU/Linux'; |
27 config.allowCreateNode = [/@example\.com$/]; // value is an array of RegExp JIDs. If only super-owner should be able to create nodes, use []. | 27 config.allowCreateNode = [/@example\.com$/]; // value is an array of RegExp JIDs. If only super-owner should be able to create nodes, use []. |
28 config.backend = 'directory'; // Put backends in “backends” directory. | 28 config.backend = 'directory'; // Put backends in “backends” directory. |
29 config.access = 'open'; // values include open, whitelist (by members) and authorize (owners of the node receive notification). presence and roster aren’t implemented yet. | 29 config.access = 'open'; // values include open, whitelist (by members) and authorize (owners of the node receive notification). presence and roster aren’t implemented yet. |
30 config.pluginsDir = 'modules'; | |
30 | 31 |
31 config.activated = [ | 32 config.activated = [ |
32 'auto-create', | 33 'auto-create', |
33 //'auto-subscribe', // Impossible à utiliser dans un component | 34 //'auto-subscribe', // Impossible à utiliser dans un component |
34 //'collections', //TODO | 35 //'collections', //TODO |