Mercurial > prosody-modules
comparison mod_conversejs/README.markdown @ 2920:4d03ac2737ab
mod_conversejs/README: Add compatibility section
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 10 Mar 2018 00:05:46 +0100 |
parents | 0ea93da47db9 |
children | 27db90321e7b |
comparison
equal
deleted
inserted
replaced
2919:0ea93da47db9 | 2920:4d03ac2737ab |
---|---|
68 - `authentication` *based on Prosodys authentication settings* | 68 - `authentication` *based on Prosodys authentication settings* |
69 - `jid` *the current `VirtualHost`* | 69 - `jid` *the current `VirtualHost`* |
70 - `bosh_service_url` | 70 - `bosh_service_url` |
71 - `websocket_url` *if `mod_websocket` is available* | 71 - `websocket_url` *if `mod_websocket` is available* |
72 | 72 |
73 Compatibility | |
74 ============= | |
75 | |
76 Should work with Prosody 0.9 and later. Websocket support requires 0.10. |