# HG changeset patch # User Kim Alvefur # Date 1684426120 -7200 # Node ID 2f7fff6c8c7358cf231bee90251e6de0011ebc20 # Parent 03a647d2837e1a07da5b3736e595c888f5ecc08a mod_invites{,_adhoc,_register}: Recommend using version included with prosody Thanks gooya diff -r 03a647d2837e -r 2f7fff6c8c73 mod_invites/README.markdown --- 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] diff -r 03a647d2837e -r 2f7fff6c8c73 mod_invites_adhoc/README.markdown --- 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. diff -r 03a647d2837e -r 2f7fff6c8c73 mod_invites_register/README.markdown --- 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]