summaryrefslogtreecommitdiff
path: root/ejabberdctl.cfg.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 /ejabberdctl.cfg.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 'ejabberdctl.cfg.example')
-rw-r--r--ejabberdctl.cfg.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/ejabberdctl.cfg.example b/ejabberdctl.cfg.example
index 7bccb418..63c91735 100644
--- a/ejabberdctl.cfg.example
+++ b/ejabberdctl.cfg.example
@@ -160,5 +160,15 @@
#EJABBERD_CONFIG_PATH=/etc/ejabberd/ejabberd.yml
#.
+#' CONTRIB_MODULES_PATH: contributed ejabberd modules path
+#
+# Specify the full path to the contributed ejabberd modules. If the path is not
+# defined, ejabberd will use ~/.ejabberd-modules in home of user running ejabberd.
+#
+# Default: $HOME/.ejabberd-modules
+#
+#CONTRIB_MODULES_PATH=/opt/ejabberd-modules
+
+#.
#'
# vim: foldmarker=#',#. foldmethod=marker: