Mercurial > prosody-modules
comparison 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 |
parents | 6273705e3830 |
children | aec772bbd558 |
comparison
equal
deleted
inserted
replaced
3788:14028430638b | 3789:e3b673df3906 |
---|---|
20 "nodeinfo2" | 20 "nodeinfo2" |
21 ... | 21 ... |
22 } | 22 } |
23 ``` | 23 ``` |
24 | 24 |
25 This module depends on [mod\_http](https://prosody.im/doc/http), all of its | 25 Set the `nodeinfo2_expose_posts` option to false if you don’t want to expose |
26 statistics about the amount of messages being exchanged by your users: | |
27 ``` | |
28 nodeinfo2_expose_posts = false | |
29 ``` | |
30 | |
31 This module depends on [mod\_http](https://prosody.im/doc/http), most of its | |
26 configuration actually happens in this module. | 32 configuration actually happens in this module. |
27 | 33 |
28 Compatibility | 34 Compatibility |
29 ============= | 35 ============= |
30 | 36 |