comparison mod_listusers/README.markdown @ 5412:b56a635220f6

mod_listusers: Obsolete, suggest prosodyctl shell instead
author Kim Alvefur <zash@zash.se>
date Wed, 03 May 2023 10:29:46 +0200
parents 35ae59a8196d
children
comparison
equal deleted inserted replaced
5411:b3158647cb36 5412:b56a635220f6
1 ---
2 labels:
3 - 'Stage-Obsolete'
4 ---
5
6 ::: {.alert .alert-warning}
7 As of Prosody 0.12.x, `prosodyctl shell user list HOST` can be used
8 instead of this module.
9 :::
10
1 This module adds a command to `prosodyctl` for listing users. 11 This module adds a command to `prosodyctl` for listing users.
2 12
3 ``` sh 13 ``` sh
4 prosodyctl mod_listusers 14 prosodyctl mod_listusers
5 ``` 15 ```