comparison 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
parents 4d03ac2737ab
children 5b3347056f07
comparison
equal deleted inserted replaced
3303:a3115777400d 3304:27db90321e7b
42 loaded automatically. 42 loaded automatically.
43 43
44 HTTP 44 HTTP
45 ---- 45 ----
46 46
47 See Prosodys [HTTP configuration][doc:http] for HTTP related 47 The module is served on Prosody's default HTTP ports at the path
48 options. 48 `/conversejs`. More details on configuring HTTP modules in Prosody can
49 be found in our [HTTP documentation](http://prosody.im/doc/http).
49 50
50 Other 51 Other
51 ----- 52 -----
52 53
53 To pass [other Converse.js 54 To pass [other Converse.js
54 options](https://conversejs.org/docs/html/configuration.html), or 55 options](https://conversejs.org/docs/html/configuration.html), or
55 override the derived settings, one can set `conversejs_options` like 56 override the derived settings, one can set `conversejs_options` like
56 this: 57 this:
57 58
58 ``` {.lua} 59 ``` {.lua}
59 converse_options = { 60 conversejs_options = {
60 debug = true; 61 debug = true;
61 view_mode = "fullscreen"; 62 view_mode = "fullscreen";
62 } 63 }
63 ``` 64 ```
64 65