Software /
code /
prosody-modules
Comparison
mod_invites_register_web/README.markdown @ 5661:e76ec7ad941e
mod_invites_register_web: update README for `invites_template_html`.
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 29 Aug 2023 22:06:19 +0700 |
parent | 5590:d5a31a13c357 |
comparison
equal
deleted
inserted
replaced
5660:8a607be2cdcc | 5661:e76ec7ad941e |
---|---|
50 | 50 |
51 You can set `webchat_url` to the URL of a web chat that will be linked | 51 You can set `webchat_url` to the URL of a web chat that will be linked |
52 to after successful registration. If not specified but mod_conversejs is loaded | 52 to after successful registration. If not specified but mod_conversejs is loaded |
53 on the current host, it will default to the URL of that module. | 53 on the current host, it will default to the URL of that module. |
54 | 54 |
55 You can use your own html templates with `invites_html_template`. Names of the | 55 You can use your own html templates with `invites_template_html`. Names of the |
56 files MUST match the default. More over, you can offer multiple (human) | 56 files MUST match the default. More over, you can offer multiple (human) |
57 languages by adding the `&l=` to the URL. Meaning this module will serve | 57 languages by adding the `&l=` to the URL. Meaning this module will serve |
58 `register.html` for your default URL: | 58 `register.html` for your default URL: |
59 ``` | 59 ``` |
60 | 60 |