Mercurial > prosody-modules
view mod_pubsub_stats/README.markdown @ 5533:09311a8a3cfa
mod_firewall: spam-blocking.pfw: Remove requirement for invites to have no body
Some clients (e.g. Gajim) send a body, which I guess makes sense.
The bare JID sender check should already make it hard to bypass this (i.e.
a normal client putting muc#user into a normal chat message shouldn't bypass
the usual message filters).
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 08 Jun 2023 12:20:34 +0100 |
parents | f1a63271dcfc |
children |
line wrap: on
line source
--- labels: - 'Statistics' ... This module publishes data from [Prosody's `internal` statistics][doc: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" ```