mod_pubsub_stats

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.

Component "pubsub.example.com" "pubsub"
modules_enabled = {
    "pubsub_stats";
}
pubsub_stats_node = "statistics"

Installation

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