Software /
code /
prosody-modules
Diff
mod_nodeinfo2/README.markdown @ 3792:aec772bbd558
mod_nodeinfo2: Only expose amount of accounts if nodeinfo2_expose_users isn’t set to false
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 30 Dec 2019 22:44:12 +0100 |
parent | 3789:e3b673df3906 |
child | 3830:63d8072dc864 |
line wrap: on
line diff
--- a/mod_nodeinfo2/README.markdown Mon Dec 30 22:43:01 2019 +0100 +++ b/mod_nodeinfo2/README.markdown Mon Dec 30 22:44:12 2019 +0100 @@ -22,6 +22,12 @@ } ``` +Set the `nodeinfo2_expose_users` option to false if you don’t want to expose +statistics about the amount of users you host: +``` +nodeinfo2_expose_users = false +``` + Set the `nodeinfo2_expose_posts` option to false if you don’t want to expose statistics about the amount of messages being exchanged by your users: ```