This module publishes data from Prosody’s internal
statistics into a PubSub node in XEP-0039
format.
The node defaults to stats
but can be changed with the
option pubsub_stats_node
.
"pubsub.example.com" "pubsub"
Component = {
modules_enabled "pubsub_stats";
}
= "statistics" pubsub_stats_node
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_pubsub_stats
For earlier versions see the documentation for installing 3rd party modules