Mercurial > prosody-modules
changeset 5482:2f7fff6c8c73
mod_invites{,_adhoc,_register}: Recommend using version included with prosody
Thanks gooya
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 18 May 2023 18:08:40 +0200 |
parents | 03a647d2837e |
children | f9cecbd03e11 |
files | mod_invites/README.markdown mod_invites_adhoc/README.markdown mod_invites_register/README.markdown |
diffstat | 3 files changed, 28 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_invites/README.markdown Thu May 18 17:56:10 2023 +0200 +++ b/mod_invites/README.markdown Thu May 18 18:08:40 2023 +0200 @@ -1,18 +1,24 @@ --- labels: -- 'Stage-Beta' +- 'Stage-Merged' summary: 'Invite management module for Prosody' ... Introduction ============ +::: {.alert .alert-info} +This module has been merged into Prosody as +[mod_invites][doc:modules:mod_invites]. Users of Prosody **0.12** +and later should not install this version. +::: + This module is part of the suite of modules that implement invite-based account registration for Prosody. The other modules are: -- [mod_invites_adhoc] +- [mod_invites_adhoc][doc:modules:mod_invites_adhoc] +- [mod_invites_register][doc:modules:mod_invites_register] - [mod_invites_page] -- [mod_invites_register] - [mod_invites_register_web] - [mod_invites_api] - [mod_register_apps]
--- a/mod_invites_adhoc/README.markdown Thu May 18 17:56:10 2023 +0200 +++ b/mod_invites_adhoc/README.markdown Thu May 18 18:08:40 2023 +0200 @@ -1,18 +1,24 @@ --- labels: -- 'Stage-Beta' +- 'Stage-Merged' summary: 'Enable ad-hoc command for XMPP clients to create invitations' ... Introduction ============ +::: {.alert .alert-info} +This module has been merged into Prosody as +[mod_invites_adhoc][doc:modules:mod_invites_adhoc]. Users of Prosody **0.12** +and later should not install this version. +::: + This module is part of the suite of modules that implement invite-based account registration for Prosody. The other modules are: -- [mod_invites] +- [mod_invites][doc:modules:mod_invites] +- [mod_invites_register][doc:modules:mod_invites_register] - [mod_invites_page] -- [mod_invites_register] - [mod_invites_register_web] - [mod_invites_api] - [mod_register_apps] @@ -48,4 +54,4 @@ The `allow_user_invites` option should be set as desired. However it is strongly recommended to leave the other option (`allow_contact_invites`) -at its default to provide the best user experience. \ No newline at end of file +at its default to provide the best user experience.
--- a/mod_invites_register/README.markdown Thu May 18 17:56:10 2023 +0200 +++ b/mod_invites_register/README.markdown Thu May 18 18:08:40 2023 +0200 @@ -1,17 +1,23 @@ --- labels: -- 'Stage-Beta' +- 'Stage-Merged' summary: 'Allow account registration using invite tokens' ... Introduction ============ +::: {.alert .alert-info} +This module has been merged into Prosody as +[mod_invites_register][doc:modules:mod_invites_register]. Users of +Prosody **0.12** and later should not install this version. +::: + This module is part of the suite of modules that implement invite-based account registration for Prosody. The other modules are: -- [mod_invites] -- [mod_invites_adhoc] +- [mod_invites][doc:modules:mod_invites] +- [mod_invites_adhoc][doc:modules:mod_invites_adhoc] - [mod_invites_page] - [mod_invites_register_web] - [mod_invites_api]