Mercurial > prosody-modules
comparison mod_conversejs/README.markdown @ 3643:740870196b97
mod_http_stats_stream: Make global to simplify
The stats are all global anyways and HTTP modules can now be global.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 09 Aug 2019 19:00:35 +0200 |
parents | 1921ae4449b8 |
children | 309fa523c424 |
comparison
equal
deleted
inserted
replaced
3642:2bbf655431be | 3643:740870196b97 |
---|---|
100 ``` | 100 ``` |
101 | 101 |
102 To select a specific version of Converse.js, you may override the version: | 102 To select a specific version of Converse.js, you may override the version: |
103 | 103 |
104 ``` {.lua} | 104 ``` {.lua} |
105 conversejs_version = "4.0.1" | 105 conversejs_version = "5.0.0" |
106 ``` | 106 ``` |
107 | 107 |
108 Note that versions other than the default may not have been tested with this module, and may include incompatible changes. | 108 Note that versions other than the default may not have been tested with this module, and may include incompatible changes. |
109 | 109 |
110 Finally, if you can override all of the above and just specify links directly to the CSS and JS files: | 110 Finally, if you can override all of the above and just specify links directly to the CSS and JS files: |