From ee0c68324d3785fc46cd30f9ac45d2900eabefc4 Mon Sep 17 00:00:00 2001 From: Mathieu Brunot Date: Wed, 20 Nov 2019 16:04:27 +0100 Subject: [PATCH] doc: remove "mod_" from sample modules --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9cd6ba8..01e0e4c 100644 --- a/README.md +++ b/README.md @@ -246,10 +246,10 @@ Variable | Description | Default value `XMPP_MUC_DOMAIN` | XMPP domain for the MUC | muc.meet.jitsi `XMPP_INTERNAL_MUC_DOMAIN` | XMPP domain for the internal MUC | internal-muc.meet.jitsi `XMPP_GUEST_DOMAIN` | XMPP domain for unauthenticated users | guest.meet.jitsi -`XMPP_MODULES` | Custom Prosody modules for XMPP_DOMAIN (comma separated) | mod_info,mod_alert -`XMPP_MUC_MODULES` | Custom Prosody modules for MUC component (comma separated) | mod_info,mod_alert -`XMPP_INTERNAL_MUC_MODULES` | Custom Prosody modules for internal MUC component (comma separated) | mod_info,mod_alert -`GLOBAL_MODULES` | Custom prosodule modules to load in global configuration (comma separated) | mod_statistics,mod_alert +`XMPP_MODULES` | Custom Prosody modules for XMPP_DOMAIN (comma separated) | info,alert +`XMPP_MUC_MODULES` | Custom Prosody modules for MUC component (comma separated) | info,alert +`XMPP_INTERNAL_MUC_MODULES` | Custom Prosody modules for internal MUC component (comma separated) | info,alert +`GLOBAL_MODULES` | Custom prosodule modules to load in global configuration (comma separated) | statistics,alert `GLOBAL_CONFIG` | Custom configuration string with escaped newlines | foo = bar;\nkey = val; `JICOFO_COMPONENT_SECRET` | XMPP component password for Jicofo | s3cr37 `JICOFO_AUTH_USER` | XMPP user for Jicofo client connections | focus