comparison mod_conversejs/README.markdown @ 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 d6eb2b722b90
comparison
equal deleted inserted replaced
4207:e8fbc0773141 4208:b74d6a3f0c3f
90 90
91 Note that the following options are automatically provided, and 91 Note that the following options are automatically provided, and
92 **overriding them may cause problems**: 92 **overriding them may cause problems**:
93 93
94 - `authentication` *based on Prosody's authentication settings* 94 - `authentication` *based on Prosody's authentication settings*
95 - `jid` *the current `VirtualHost`*
96 - `bosh_service_url` 95 - `bosh_service_url`
97 - `websocket_url` 96 - `websocket_url`
97 - `discover_connection_methods` *Disabled since we provide this*
98 - `assets_path`
99 - `allow_registration` *based on whether registration is enabled*
100 - These settings are set to the current `VirtualHost`:
101 - `jid`
102 - `default_domain`
103 - `domain_placeholder`
104 - `registration_domain`
98 105
99 `mod_bosh` and/or `mod_websocket` are automatically enabled if available 106 `mod_bosh` and/or `mod_websocket` are automatically enabled if available
100 and the respective endpoint is included in the generated options. 107 and the respective endpoint is included in the generated options.
101 108
102 ## Loading resources 109 ## Loading resources