mod_measure_message_e2ee/README.markdown
author Matthew Wild <mwild1@gmail.com>
Thu, 22 Sep 2022 18:25:44 +0100
changeset 5053 e89aad13a52a
parent 4033 b9bd56790286
permissions -rw-r--r--
mod_sasl2: Further break up success handling, into pre/post stream:features This allows us to enable mod_smacks after sending success, but before sending stream:features. Previously, the features were being calculated before SM was finalized on the session. We can't finalize SM before sending <success> because it may generate stanzas.

---
labels:
- Statistics
summary: Collect statistics on message encryption
---

Description
===========

This module measures the rate at which text messages are exchanged, and their
encryption status.

::: {.alert .alert-warning}
This module can leak information about your users’ behaviour to anyone who can
access these statistics, so avoid enabling it on a server with few users.
:::