mod_pubsub_stats/README.markdown
author Michel Le Bihan <michel@lebihan.pl>
Wed, 08 Aug 2018 15:58:50 +0200
changeset 3224 0e78523f8c20
parent 3160 50618747e00e
child 3413 1900280e2a90
permissions -rw-r--r--
mod_watchuntrusted: Add option to ignore domains

This module publishes data from 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`.

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