Software /
code /
prosody-modules
Comparison
mod_conversejs/README.markdown @ 4207:e8fbc0773141
mod_conversejs/README: Add text about preventing auto-load of mod_bosh/ws
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 15 Oct 2020 19:55:47 +0200 |
parent | 4206:432e948cd50e |
child | 4208:b74d6a3f0c3f |
comparison
equal
deleted
inserted
replaced
4206:432e948cd50e | 4207:e8fbc0773141 |
---|---|
44 | 44 |
45 mod_conversejs also determines the [BOSH][doc:setting_up_bosh] and | 45 mod_conversejs also determines the [BOSH][doc:setting_up_bosh] and |
46 [WebSocket][doc:websocket] URL automatically, see their respective | 46 [WebSocket][doc:websocket] URL automatically, see their respective |
47 documentation for how to configure them. Both connection methods are | 47 documentation for how to configure them. Both connection methods are |
48 loaded automatically. | 48 loaded automatically. |
49 | |
50 Auto-loading of `mod_bosh` or `mod_websocket` can be prevented by adding | |
51 it to `modules_disabled` but note that at least one of them must be | |
52 allowed for Converse.js to work. | |
49 | 53 |
50 HTTP | 54 HTTP |
51 ---- | 55 ---- |
52 | 56 |
53 The module is served on Prosody's default HTTP ports at the path | 57 The module is served on Prosody's default HTTP ports at the path |