Comparison

mod_sasl_ssdp/README.md @ 6211:750d64c47ec6 draft default tip

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 18 Mar 2025 00:31:36 +0700
parent 6163:eff78e2c7d22
comparison
equal deleted inserted replaced
6210:24316a399978 6211:750d64c47ec6
1 ---
2 labels:
3 - 'Stage-Alpha'
4 summary: 'XEP-0474: SASL SCRAM Downgrade Protection'
5 ...
6
7 Introduction
8 ============
9
10 This module implements the experimental XEP-0474: SASL SCRAM Downgrade
11 Protection. It provides an alternative downgrade protection mechanism to
12 client-side pinning which is currently the most common method of downgrade
13 protection.
14
15 # Configuration
16
17 There are no configuration options for this module, just load it as normal.
18
19 # Compatibility
20
21 For SASL2 (XEP-0388) clients, it is compatible with the mod_sasl2 community module.
22
23 For clients using RFC 6120 SASL, it requires Prosody trunk 33e5edbd6a4a or
24 later. It is not compatible with Prosody 0.12 (it will load, but simply
25 won't do anything) for "legacy SASL".