mod_conversejs: Update description
authorKim Alvefur <zash@zash.se>
Tue, 29 Jun 2021 12:48:42 +0200
changeset 4610 d6eb2b722b90
parent 4609 ffb709728210
child 4611 c8ccaac78f64
mod_conversejs: Update description The module browser was still using the first commit message (6f5c99c9f6cc) as description.
mod_conversejs/README.markdown
--- a/mod_conversejs/README.markdown	Tue Jun 29 12:42:23 2021 +0200
+++ b/mod_conversejs/README.markdown	Tue Jun 29 12:48:42 2021 +0200
@@ -1,4 +1,5 @@
 ---
+summary: Simplify setup of Converse.js
 depends:
 - 'mod\_bosh'
 - 'mod\_websocket'
@@ -14,11 +15,10 @@
 Introduction
 ============
 
-This module serves a small snippet of HTML that loads
-[Converse.js](https://conversejs.org/), configured to work with the
-VirtualHost that it is loaded onto.
-
-It becomes available on an URL like `https://example.com:5281/conversejs`
+This module simplifies setup of [Converse.js](https://conversejs.org/)
+by serving it from Prosodys internal [http server][doc:http] along with
+generated configuration to match the local VirtualHost. It becomes
+available on an URL like `https://example.com:5281/conversejs`
 
 Configuration
 =============