Mercurial > prosody-modules
diff mod_invites_adhoc/README.markdown @ 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 | 027fb71ad509 |
children |
line wrap: on
line diff
--- 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.