Mercurial > prosody-modules
comparison mod_invites/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 | 816c2fa1ca84 |
children |
comparison
equal
deleted
inserted
replaced
5481:03a647d2837e | 5482:2f7fff6c8c73 |
---|---|
1 --- | 1 --- |
2 labels: | 2 labels: |
3 - 'Stage-Beta' | 3 - 'Stage-Merged' |
4 summary: 'Invite management module for Prosody' | 4 summary: 'Invite management module for Prosody' |
5 ... | 5 ... |
6 | 6 |
7 Introduction | 7 Introduction |
8 ============ | 8 ============ |
9 | 9 |
10 ::: {.alert .alert-info} | |
11 This module has been merged into Prosody as | |
12 [mod_invites][doc:modules:mod_invites]. Users of Prosody **0.12** | |
13 and later should not install this version. | |
14 ::: | |
15 | |
10 This module is part of the suite of modules that implement invite-based | 16 This module is part of the suite of modules that implement invite-based |
11 account registration for Prosody. The other modules are: | 17 account registration for Prosody. The other modules are: |
12 | 18 |
13 - [mod_invites_adhoc] | 19 - [mod_invites_adhoc][doc:modules:mod_invites_adhoc] |
20 - [mod_invites_register][doc:modules:mod_invites_register] | |
14 - [mod_invites_page] | 21 - [mod_invites_page] |
15 - [mod_invites_register] | |
16 - [mod_invites_register_web] | 22 - [mod_invites_register_web] |
17 - [mod_invites_api] | 23 - [mod_invites_api] |
18 - [mod_register_apps] | 24 - [mod_register_apps] |
19 | 25 |
20 This module manages the creation and consumption of invite codes for the | 26 This module manages the creation and consumption of invite codes for the |