Software / code / prosody-modules
Annotate
mod_listusers/README.markdown @ 5360:f05de5ac219f
mod_oidc_userinfo_vcard4: Unpack <vcard> from PubSub <item>
Forgot about the <item>, so it was previously attempting to extract all
properties from that instead of the inner <vcard>
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 23 Apr 2023 13:37:58 +0200 |
| parent | 2323:35ae59a8196d |
| child | 5412:b56a635220f6 |
| rev | line source |
|---|---|
| 2323 | 1 This module adds a command to `prosodyctl` for listing users. |
| 2 | |
| 3 ``` sh | |
| 4 prosodyctl mod_listusers | |
| 5 ``` |