Mercurial > prosody-modules
diff mod_client_management/README.md @ 5594:e9af6abf2b1e
mod_client_management: Add shell command to revoke client access
Could be used if an operator detects a compromised client.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 14 Jul 2023 13:25:30 +0200 |
| parents | 7c123d3285de |
| children | 96dda21fba75 |
line wrap: on
line diff
--- a/mod_client_management/README.md Thu Jul 13 23:26:02 2023 +0200 +++ b/mod_client_management/README.md Fri Jul 14 13:25:30 2023 +0200 @@ -35,6 +35,12 @@ prosodyctl shell user clients user@example.com ``` +To revoke access from particular client: + +```shell +prosodyctl shell user revoke_client user@example.com grant/xxxxx +``` + ## Compatibility Requires Prosody trunk (as of 2023-03-29). Not compatible with Prosody 0.12
