diff 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
line wrap: on
line diff
--- a/mod_conversejs/README.markdown	Fri Aug 09 18:59:35 2019 +0200
+++ b/mod_conversejs/README.markdown	Fri Aug 09 19:00:35 2019 +0200
@@ -102,7 +102,7 @@
 To select a specific version of Converse.js, you may override the version:
 
 ``` {.lua}
-conversejs_version = "4.0.1"
+conversejs_version = "5.0.0"
 ```
 
 Note that versions other than the default may not have been tested with this module, and may include incompatible changes.