mod_conversejs/README.markdown
changeset 4610 d6eb2b722b90
parent 4212 b74d6a3f0c3f
child 4638 db58c77a185a
equal deleted inserted replaced
4609:ffb709728210 4610:d6eb2b722b90
     1 ---
     1 ---
       
     2 summary: Simplify setup of Converse.js
     2 depends:
     3 depends:
     3 - 'mod\_bosh'
     4 - 'mod\_bosh'
     4 - 'mod\_websocket'
     5 - 'mod\_websocket'
     5 provides:
     6 provides:
     6 - http
     7 - http
    12 ---
    13 ---
    13 
    14 
    14 Introduction
    15 Introduction
    15 ============
    16 ============
    16 
    17 
    17 This module serves a small snippet of HTML that loads
    18 This module simplifies setup of [Converse.js](https://conversejs.org/)
    18 [Converse.js](https://conversejs.org/), configured to work with the
    19 by serving it from Prosodys internal [http server][doc:http] along with
    19 VirtualHost that it is loaded onto.
    20 generated configuration to match the local VirtualHost. It becomes
    20 
    21 available on an URL like `https://example.com:5281/conversejs`
    21 It becomes available on an URL like `https://example.com:5281/conversejs`
       
    22 
    22 
    23 Configuration
    23 Configuration
    24 =============
    24 =============
    25 
    25 
    26 The module uses general Prosody options for basic configuration. It
    26 The module uses general Prosody options for basic configuration. It