diff -r c5df6d53f17f -r 70fa3f8de249 mod_sasl2_fast/README.md --- 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].