mod_muc_webchat_url/README.markdown
changeset 3678 8ee5816363b0
parent 3676 b8bcea17ccd6
equal deleted inserted replaced
3677:11ebf1da416b 3678: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}`