# HG changeset patch # User Kim Alvefur # Date 1624963722 -7200 # Node ID d6eb2b722b90ed36a7c0294d2f05c9417b92005b # Parent ffb7097282107790e3b362f3dd20f15e8f5ff39b mod_conversejs: Update description The module browser was still using the first commit message (6f5c99c9f6cc) as description. diff -r ffb709728210 -r d6eb2b722b90 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 =============