Mercurial > prosody-modules
comparison mod_conversejs/README.markdown @ 3495:5567098a7f91
mod_conversejs/README: Update text about mod_bosh and mod_websocket
2681f74750b2 made the text slightly misleading since either connection
methods can be disabled
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 24 Mar 2019 03:24:49 +0100 |
parents | af085e8b9d48 |
children | 1921ae4449b8 |
comparison
equal
deleted
inserted
replaced
3494:4feab7e87675 | 3495:5567098a7f91 |
---|---|
67 **overriding them may cause problems**: | 67 **overriding them may cause problems**: |
68 | 68 |
69 - `authentication` *based on Prosody's authentication settings* | 69 - `authentication` *based on Prosody's authentication settings* |
70 - `jid` *the current `VirtualHost`* | 70 - `jid` *the current `VirtualHost`* |
71 - `bosh_service_url` | 71 - `bosh_service_url` |
72 - `websocket_url` *if `mod_websocket` is available* | 72 - `websocket_url` |
73 | |
74 `mod_bosh` and/or `mod_websocket` are automatically enabled if available | |
75 and the respective endpoint is included in the generated options. | |
73 | 76 |
74 Loading resources | 77 Loading resources |
75 ----------------- | 78 ----------------- |
76 | 79 |
77 By default the module will load the main script and CSS from cdn.conversejs.org. For privacy or performance | 80 By default the module will load the main script and CSS from cdn.conversejs.org. For privacy or performance |