Software /
code /
prosody-modules
Comparison
mod_pubsub_stats/README.markdown @ 3409:1900280e2a90
mod_pubsub_stats/README: Link to docs for Prosodys statistics
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 22 Dec 2018 18:22:15 +0100 |
parent | 3156:50618747e00e |
child | 4451:f1a63271dcfc |
comparison
equal
deleted
inserted
replaced
3408:b2ce818ec19c | 3409:1900280e2a90 |
---|---|
1 This module publishes data from internal statistics into a PubSub node | 1 This module publishes data from [Prosody's `internal` statistics][doc:statistics] |
2 in [XEP-0039] format. | 2 into a PubSub node in [XEP-0039] format. |
3 | 3 |
4 The node defaults to `stats` but can be changed with the option | 4 The node defaults to `stats` but can be changed with the option |
5 `pubsub_stats_node`. | 5 `pubsub_stats_node`. |
6 | 6 |
7 ``` lua | 7 ``` lua |