Mercurial > prosody-modules
diff mod_invites_adhoc/README.markdown @ 5653:62c6e17a5e9d
Merge
author | Stephen Paul Weber <singpolyma@singpolyma.net> |
---|---|
date | Mon, 18 Sep 2023 08:24:19 -0500 |
parents | 2f7fff6c8c73 |
children |
line wrap: on
line diff
--- a/mod_invites_adhoc/README.markdown Mon Sep 18 08:22:07 2023 -0500 +++ b/mod_invites_adhoc/README.markdown Mon Sep 18 08:24:19 2023 -0500 @@ -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.