comparison 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
comparison
equal deleted inserted replaced
5652:eade7ff9f52c 5653:62c6e17a5e9d
1 --- 1 ---
2 labels: 2 labels:
3 - 'Stage-Beta' 3 - 'Stage-Merged'
4 summary: 'Enable ad-hoc command for XMPP clients to create invitations' 4 summary: 'Enable ad-hoc command for XMPP clients to create invitations'
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_adhoc][doc:modules:mod_invites_adhoc]. 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] 19 - [mod_invites][doc:modules:mod_invites]
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 For details and a full overview, start with the [mod_invites] documentation. 26 For details and a full overview, start with the [mod_invites] documentation.