Mercurial > prosody-modules
comparison mod_invites/README.markdown @ 4223:4ec755c13e9b
mod_invites*: Link to each other
But don't link to itself?
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 19 Oct 2020 21:55:06 +0200 |
parents | 96838617695a |
children | 816c2fa1ca84 |
comparison
equal
deleted
inserted
replaced
4222:02292b892fce | 4223:4ec755c13e9b |
---|---|
8 ============ | 8 ============ |
9 | 9 |
10 This module is part of the suite of modules that implement invite-based | 10 This module is part of the suite of modules that implement invite-based |
11 account registration for Prosody. The other modules are: | 11 account registration for Prosody. The other modules are: |
12 | 12 |
13 - mod_invites_adhoc | 13 - [mod_invites_adhoc] |
14 - mod_invites_page | 14 - [mod_invites_page] |
15 - mod_invites_register | 15 - [mod_invites_register] |
16 - mod_invites_register_web | 16 - [mod_invites_register_web] |
17 - mod_register_apps | 17 - [mod_register_apps] |
18 | 18 |
19 This module manages the creation and consumption of invite codes for the | 19 This module manages the creation and consumption of invite codes for the |
20 host(s) it is loaded onto. It currently does not expose any admin/user-facing | 20 host(s) it is loaded onto. It currently does not expose any admin/user-facing |
21 functionality (though in the future it will probably gain a way to view/manage | 21 functionality (though in the future it will probably gain a way to view/manage |
22 pending invites). | 22 pending invites). |