comparison mod_conversejs/README.markdown @ 4606:d6eb2b722b90

mod_conversejs: Update description The module browser was still using the first commit message (6f5c99c9f6cc) as description.
author Kim Alvefur <zash@zash.se>
date Tue, 29 Jun 2021 12:48:42 +0200
parents b74d6a3f0c3f
children db58c77a185a
comparison
equal deleted inserted replaced
4605:ffb709728210 4606: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