Software /
code /
prosody-modules
Diff
mod_conversejs/README.markdown @ 3304:27db90321e7b
Fix README of mod_conversejs
author | t2d <td@tem.li> |
---|---|
date | Sat, 08 Sep 2018 23:50:57 +0200 |
parent | 2920:4d03ac2737ab |
child | 3311:5b3347056f07 |
line wrap: on
line diff
--- a/mod_conversejs/README.markdown Sat Sep 08 15:27:40 2018 +0200 +++ b/mod_conversejs/README.markdown Sat Sep 08 23:50:57 2018 +0200 @@ -44,8 +44,9 @@ HTTP ---- -See Prosodys [HTTP configuration][doc:http] for HTTP related -options. +The module is served on Prosody's default HTTP ports at the path +`/conversejs`. More details on configuring HTTP modules in Prosody can +be found in our [HTTP documentation](http://prosody.im/doc/http). Other ----- @@ -56,7 +57,7 @@ this: ``` {.lua} -converse_options = { +conversejs_options = { debug = true; view_mode = "fullscreen"; }