Mercurial > prosody-modules
comparison mod_client_management/README.md @ 5653:62c6e17a5e9d
Merge
author | Stephen Paul Weber <singpolyma@singpolyma.net> |
---|---|
date | Mon, 18 Sep 2023 08:24:19 -0500 |
parents | e9af6abf2b1e |
children |
comparison
equal
deleted
inserted
replaced
5652:eade7ff9f52c | 5653:62c6e17a5e9d |
---|---|
31 You can use this module via the Prosody shell. For example, to list a user's | 31 You can use this module via the Prosody shell. For example, to list a user's |
32 clients: | 32 clients: |
33 | 33 |
34 ```shell | 34 ```shell |
35 prosodyctl shell user clients user@example.com | 35 prosodyctl shell user clients user@example.com |
36 ``` | |
37 | |
38 To revoke access from particular client: | |
39 | |
40 ```shell | |
41 prosodyctl shell user revoke_client user@example.com grant/xxxxx | |
36 ``` | 42 ``` |
37 | 43 |
38 ## Compatibility | 44 ## Compatibility |
39 | 45 |
40 Requires Prosody trunk (as of 2023-03-29). Not compatible with Prosody 0.12 | 46 Requires Prosody trunk (as of 2023-03-29). Not compatible with Prosody 0.12 |