summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-03-11 14:14:28 +0100
committerChristophe Romain <christophe.romain@process-one.net>2015-03-11 14:14:28 +0100
commitf77622067b80bd0e75400f7f5e4b1ae5f6884e8d (patch)
treed7a888400cdfea86fe57a73664c0c35d401279ad /ejabberd.yml.example
parentAdd Redis backend for SM (diff)
Add packaging support for contributed modules
This is a preliminary version that is tested to work with the packaging branch of ejabberd-modules repository This version lacks automatic configuration include at runtime
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 1a6d11b8..3d69df23 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -652,6 +652,14 @@ modules:
## mod_echo:
## host: "mirror.localhost"
+##
+## Enable modules management via ejabberdctl for installation and
+## uninstallation of public/private contributed modules
+## (enabled by default)
+##
+
+allow_contrib_modules: true
+
### Local Variables:
### mode: yaml
### End: