mod_sasl2_fast/README.md
changeset 5881 70fa3f8de249
parent 5099 745c7f4cca40
equal deleted inserted replaced
5880:c5df6d53f17f 5881:70fa3f8de249
     5 rockspec:
     5 rockspec:
     6   dependencies:
     6   dependencies:
     7   - mod_sasl2
     7   - mod_sasl2
     8 ---
     8 ---
     9 
     9 
    10 This module implements a mechanism via which clients can exchange a password
    10 This module implements a mechanism described in [XEP-0484: Fast Authentication Streamlining Tokens] via which clients can exchange a
    11 for a secure token, improving security and streamlining future reconnections.
    11 password for a secure token, improving security and streamlining future reconnections.
    12 
       
    13 At the time of writing, the XEP that describes the FAST protocol is still
       
    14 working its way through the XSF standards process. You can [view the FAST XEP
       
    15 proposal here](https://xmpp.org/extensions/inbox/xep-fast.html).
       
    16 
    12 
    17 This module depends on [mod_sasl2].
    13 This module depends on [mod_sasl2].
    18 
    14 
    19 ## Configuration
    15 ## Configuration
    20 
    16