mod_sasl_ssdp/README.markdown
changeset 5777 3a7349aa95c7
child 5879 61bee1be6db3
equal deleted inserted replaced
5776:5ff8022466ab 5777:3a7349aa95c7
       
     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 **Note:** This module implements version 0.3.0 of XEP-0474. As of 2023-12-05,
       
    16 this version is not yet published on xmpp.org. Version 0.3.0 of the XEP is
       
    17 implemented in Monal 6.0.1. No other clients are currently known to implement
       
    18 the XEP at the time of writing.
       
    19 
       
    20 # Configuration
       
    21 
       
    22 There are no configuration options for this module, just load it as normal.
       
    23 
       
    24 # Compatibility
       
    25 
       
    26 For SASL2 (XEP-0388) clients, it is compatible with the mod_sasl2 community module.
       
    27 
       
    28 For clients using RFC 6120 SASL, it requires Prosody trunk 33e5edbd6a4a or
       
    29 later. It is not compatible with Prosody 0.12 (it will load, but simply
       
    30 won't do anything) for "legacy SASL".