Software /
code /
prosody-modules
Changeset
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 |
parents | 5900:c5df6d53f17f |
children | 5902:13094c707414 |
files | mod_sasl2_fast/README.md |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_sasl2_fast/README.md Sun Feb 25 18:20:04 2024 -0800 +++ b/mod_sasl2_fast/README.md Sat Mar 30 15:10:51 2024 +0100 @@ -7,12 +7,8 @@ - mod_sasl2 --- -This module implements a mechanism via which clients can exchange a password -for a secure token, improving security and streamlining future reconnections. - -At the time of writing, the XEP that describes the FAST protocol is still -working its way through the XSF standards process. You can [view the FAST XEP -proposal here](https://xmpp.org/extensions/inbox/xep-fast.html). +This module implements a mechanism described in [XEP-0484: Fast Authentication Streamlining Tokens] via which clients can exchange a +password for a secure token, improving security and streamlining future reconnections. This module depends on [mod_sasl2].