Software /
code /
prosody-modules
Changeset
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 | 4605:ffb709728210 |
children | 4607:c8ccaac78f64 |
files | mod_conversejs/README.markdown |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 =============