Changeset

6107:bc7acb8e627e

mod_sasl2_fast: Update Compatibility
author Menel <menel@snikket.de>
date Sat, 21 Dec 2024 21:13:38 +0100
parents 6106:82e830095b87
children 6108:532bd77adf2d
files mod_sasl2_fast/README.md
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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