# HG changeset patch # User Kim Alvefur # Date 1458234808 -3600 # Node ID 4916c1b6517f0d929a7dbdb6087dfad2de2b868e # Parent f6dcfe263b85c851ae044dfd15a818b377b8d50d Update READMEs to indicate that async requires trunk (dropped from prosody 0.10) diff -r f6dcfe263b85 -r 4916c1b6517f mod_auth_http_async/README.markdown --- a/mod_auth_http_async/README.markdown Thu Mar 17 16:45:27 2016 +0100 +++ b/mod_auth_http_async/README.markdown Thu Mar 17 18:13:28 2016 +0100 @@ -28,4 +28,4 @@ Compatibility ============= -Requires 0.10+ +Requires Prosody trunk diff -r f6dcfe263b85 -r 4916c1b6517f mod_limit_auth/README.markdown --- a/mod_limit_auth/README.markdown Thu Mar 17 16:45:27 2016 +0100 +++ b/mod_limit_auth/README.markdown Thu Mar 17 18:13:28 2016 +0100 @@ -25,12 +25,11 @@ limit_auth_max = 5 -- tolerate no more than 5 failed attempts - -- Will only work with Prosody 0.10: + -- Will only work with Prosody trunk: limit_auth_tarpit_delay = 10 -- delay answer this long ``` Compatibility ============= -Requires 0.9 or later. The tarpit feature requires Prosody 0.10 or -later. +Requires 0.9 or later. The tarpit feature requires Prosody trunk.