Software /
code /
prosody-modules
Comparison
mod_invites_register_web/README.markdown @ 5664:52db2da66680 draft
Merge local
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 29 Aug 2023 23:51:17 +0700 |
parent | 5661:e76ec7ad941e |
comparison
equal
deleted
inserted
replaced
5663:f6e8165a2ec2 | 5664:52db2da66680 |
---|---|
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 |