mod_measure_message_e2ee/README.markdown
author Kim Alvefur <zash@zash.se>
Tue, 02 May 2023 16:31:25 +0200
changeset 5409 c7a5caad28ef
parent 4033 b9bd56790286
permissions -rw-r--r--
mod_http_oauth2: Enforce response type encoded in client_id The client promises to only use this response type, so we should hold them to that. This makes it fail earlier if the response type is disabled or the client is trying to use one that it promised not to use. Better than failing after login and consent.

---
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.
:::