Mercurial > prosody-modules
comparison mod_easy_invite/README.markdown @ 3788:14028430638b
mod_easy_invite: Change command name to 'generate' (from 'register')
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 30 Dec 2019 12:04:35 +0000 |
parents | 28deb30a5272 |
children | e77122025080 |
comparison
equal
deleted
inserted
replaced
3787:28deb30a5272 | 3788:14028430638b |
---|---|
50 Users can use the "New Invite" ad-hoc command through their client. | 50 Users can use the "New Invite" ad-hoc command through their client. |
51 | 51 |
52 Admins can create registration links using prosodyctl, e.g. | 52 Admins can create registration links using prosodyctl, e.g. |
53 | 53 |
54 ``` | 54 ``` |
55 prosodyctl mod_easy_invite example.com register | 55 prosodyctl mod_easy_invite example.com generate |
56 ``` | 56 ``` |
57 | 57 |
58 # Compatibility | 58 # Compatibility |
59 | 59 |
60 0.11 and later. | 60 0.11 and later. |