# HG changeset patch # User Kim Alvefur # Date 1739305209 -3600 # Node ID 0781470db7377d382a4f83a30194d768e96bb8f2 # Parent fe8222112cf460789c589f8f884b7db14c768e71 mod_audit: Document Prosody version requirement (currently trunk) Closes #1890 diff -r fe8222112cf4 -r 0781470db737 mod_audit/README.md --- a/mod_audit/README.md Tue Feb 11 13:18:38 2025 +0000 +++ b/mod_audit/README.md Tue Feb 11 21:20:09 2025 +0100 @@ -49,3 +49,9 @@ ```shell prosodyctl mod_audit user@example.com ``` + +# Compatibilty + +Requires Prosody **trunk** as of 2025-02-11. + +Does not work with Prosody 0.12 or earlier.