2878
|
1 --- |
|
2 depends: |
|
3 - 'mod\_bosh' |
|
4 - 'mod\_websocket' |
|
5 provides: |
|
6 - http |
|
7 title: 'mod\_conversejs' |
|
8 --- |
|
9 |
|
10 Introduction |
|
11 ============ |
|
12 |
|
13 This module serves a small snippet of HTML that loads |
|
14 [Converse.js](https://conversejs.org/), configured to work with the |
|
15 VirtualHost that it is loaded onto. |
|
16 |
|
17 Configuration |
|
18 ============= |
|
19 |
|
20 The module itself has no configuration. It uses |
|
21 [authentication settings][doc:authentication] to determine whether to |
|
22 configure Converse.js to use `login` or `anonymous` mode. |
|
23 |
|
24 It also determines the [BOSH][mod_bosh] and [WebSocket][mod_websocket] |
|
25 URL automatically, see their respective documentation for how to configure |
|
26 them. |
|
27 |
|
28 See Prosodys [HTTP configuration][doc:http] for HTTP related options. |
|
29 |
|
30 |