mod_sasl2_fast: Update reference to now published XEP-0484 (thanks gooya)
authorKim Alvefur <zash@zash.se>
Sat, 30 Mar 2024 15:10:51 +0100
changeset 5881 70fa3f8de249
parent 5880 c5df6d53f17f
child 5882 13094c707414
mod_sasl2_fast: Update reference to now published XEP-0484 (thanks gooya)
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].