Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-03-11 16:14:28 +0300
committerChristophe Romain <christophe.romain@process-one.net>2015-03-11 16:14:28 +0300
commitf77622067b80bd0e75400f7f5e4b1ae5f6884e8d (patch)
treed7a888400cdfea86fe57a73664c0c35d401279ad /ejabberdctl.cfg.example
parenta0fafc383a3088bb2a277aa127f90f16735a1569 (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 7bccb4183..63c917358 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: