# HG changeset patch # User Menel # Date 1734812018 -3600 # Node ID bc7acb8e627e3bc73bb9038d699c5e5644385cb1 # Parent 82e830095b87a6518a914bf553838b765278ef1f mod_sasl2_fast: Update Compatibility diff -r 82e830095b87 -r bc7acb8e627e mod_sasl2_fast/README.md --- a/mod_sasl2_fast/README.md Sat Dec 21 21:10:34 2024 +0100 +++ b/mod_sasl2_fast/README.md Sat Dec 21 21:13:38 2024 +0100 @@ -16,8 +16,8 @@ | Name | Description | Default | |---------------------------|--------------------------------------------------------|-----------------------| -| sasl2_fast_token_ttl | Default token expiry (seconds) | `86400*21` (21 days) | -| sasl2_fast_token_min_ttl | Time before tokens are eligible for rotation (seconds) | `86400` (1 day) | +| sasl2_fast_token_ttl | Default token expiry (seconds) | 86400*21 (21 days) | +| sasl2_fast_token_min_ttl | Time before tokens are eligible for rotation (seconds) | 86400 (1 day) | The `sasl2_fast_token_ttl` option determines the length of time a client can remain disconnected before being "logged out" and needing to authenticate with @@ -28,3 +28,10 @@ rotated by the server. By default a token is rotated if it is older than 24 hours. This value should be less than `sasl2_fast_token_ttl` to prevent clients being logged out unexpectedly. + +# Compatibility + + Prosody-Version Status + --------------- ---------------------- + trunk Works as of 2024-12-21 + 0.12 Does not work