Software /
code /
prosody-modules
Annotate
mod_listusers/README.markdown @ 5674:b40750891bee
mod_pubsub_subscription: support subscribing from a bare JID
Allow subscribing from a bare JID on the component instead of only the component
host, useful for subscribing to whitelist access model nodes that want to see
a particular JID in the from.
author | Stephen Paul Weber <singpolyma@singpolyma.net> |
---|---|
date | Sat, 06 May 2023 19:42:08 -0500 |
parent | 5412:b56a635220f6 |
rev | line source |
---|---|
5412
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
1 --- |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
2 labels: |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
3 - 'Stage-Obsolete' |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
4 --- |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
5 |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
6 ::: {.alert .alert-warning} |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
7 As of Prosody 0.12.x, `prosodyctl shell user list HOST` can be used |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
8 instead of this module. |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
9 ::: |
b56a635220f6
mod_listusers: Obsolete, suggest prosodyctl shell instead
Kim Alvefur <zash@zash.se>
parents:
2323
diff
changeset
|
10 |
2323 | 11 This module adds a command to `prosodyctl` for listing users. |
12 | |
13 ``` sh | |
14 prosodyctl mod_listusers | |
15 ``` |