Software / code / prosody-modules
Comparison
mod_muc_webchat_url/README.markdown @ 3674:8ee5816363b0
mod_muc_webchat_url/README: Fix template option name
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 17 Sep 2019 17:31:18 +0200 |
| parent | 3672:b8bcea17ccd6 |
comparison
equal
deleted
inserted
replaced
| 3673:11ebf1da416b | 3674:8ee5816363b0 |
|---|---|
| 23 The module can optionally be configured to give all public (not | 23 The module can optionally be configured to give all public (not |
| 24 members-only, hidden or password protected) rooms gain a default value | 24 members-only, hidden or password protected) rooms gain a default value |
| 25 based on a template: | 25 based on a template: |
| 26 | 26 |
| 27 ``` {.lua} | 27 ``` {.lua} |
| 28 muc_webchat_url = "https://chat.example.com/join?room={node}" | 28 muc_webchat_baseurl = "https://chat.example.com/join?room={node}" |
| 29 ``` | 29 ``` |
| 30 | 30 |
| 31 The following variables will be subsituted with room address details: | 31 The following variables will be subsituted with room address details: |
| 32 | 32 |
| 33 `{jid}` | 33 `{jid}` |