Software /
code /
prosody-modules
Diff
mod_nodeinfo2/README.markdown @ 3789:e3b673df3906
mod_nodeinfo2: Only expose message stats if nodeinfo2_expose_posts isn’t set to false
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 30 Dec 2019 22:20:11 +0100 |
parent | 3785:6273705e3830 |
child | 3792:aec772bbd558 |
line wrap: on
line diff
--- a/mod_nodeinfo2/README.markdown Mon Dec 30 12:04:35 2019 +0000 +++ b/mod_nodeinfo2/README.markdown Mon Dec 30 22:20:11 2019 +0100 @@ -22,7 +22,13 @@ } ``` -This module depends on [mod\_http](https://prosody.im/doc/http), all of its +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: +``` +nodeinfo2_expose_posts = false +``` + +This module depends on [mod\_http](https://prosody.im/doc/http), most of its configuration actually happens in this module. Compatibility