comparison mod_compression_unsafe/README.md @ 5978:b4ad7fa6b205

mod_compression_unsafe: Add Stage-Deprecated and warning highlight
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:58:22 +0200
parents fe081789f7b5
children
comparison
equal deleted inserted replaced
5977:49e3289c145e 5978:b4ad7fa6b205
1 ---
2 labels:
3 - 'Stage-Deprecated'
4 summary: 'Implementation of XEP-0138'
5 ...
6
7 ::: {.alert .alert-warning}
1 **NOTE:** XMPP compression has unresolved [security concerns](https://mail.jabber.org/pipermail/standards/2014-October/029215.html), 8 **NOTE:** XMPP compression has unresolved [security concerns](https://mail.jabber.org/pipermail/standards/2014-October/029215.html),
2 and this module has been removed from Prosody and renamed. 9 and this module has been removed from Prosody and renamed.
10 :::
3 11
4 While the bandwidth usage of XMPP isn't that much, compressing the data 12 While the bandwidth usage of XMPP isn't that much, compressing the data
5 sent to/from your server can give significant benefits to those on slow 13 sent to/from your server can give significant benefits to those on slow
6 connections, such as dial-up or mobile networks. Prosody supports 14 connections, such as dial-up or mobile networks. Prosody supports
7 compression for client-to-server (if your client supports it) and 15 compression for client-to-server (if your client supports it) and