diff mod_limit_auth/README.markdown @ 2121:4916c1b6517f

Update READMEs to indicate that async requires trunk (dropped from prosody 0.10)
author Kim Alvefur <zash@zash.se>
date Thu, 17 Mar 2016 18:13:28 +0100
parents 5daabb5fe24a
children
line wrap: on
line diff
--- 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.