changeset 4208:b74d6a3f0c3f

mod_conversejs/README: Complete list of auto-injected settings
author Kim Alvefur <zash@zash.se>
date Thu, 15 Oct 2020 20:11:15 +0200
parents e8fbc0773141
children 37aa50ed79c1
files mod_conversejs/README.markdown
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_conversejs/README.markdown	Thu Oct 15 19:55:47 2020 +0200
+++ b/mod_conversejs/README.markdown	Thu Oct 15 20:11:15 2020 +0200
@@ -92,9 +92,16 @@
 **overriding them may cause problems**:
 
 -   `authentication` *based on Prosody's authentication settings*
--   `jid` *the current `VirtualHost`*
 -   `bosh_service_url`
 -   `websocket_url`
+-   `discover_connection_methods` *Disabled since we provide this*
+-   `assets_path`
+-   `allow_registration` *based on whether registration is enabled*
+-   These settings are set to the current `VirtualHost`:
+    -   `jid`
+    -   `default_domain`
+    -   `domain_placeholder`
+    -   `registration_domain`
 
 `mod_bosh` and/or `mod_websocket` are automatically enabled if available
 and the respective endpoint is included in the generated options.