Comparison

mod_sasl2_fast/README.md @ 5901:70fa3f8de249

mod_sasl2_fast: Update reference to now published XEP-0484 (thanks gooya)
author Kim Alvefur <zash@zash.se>
date Sat, 30 Mar 2024 15:10:51 +0100
parent 5095:745c7f4cca40
comparison
equal deleted inserted replaced
5900:c5df6d53f17f 5901: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