comparison mod_muc_limits/README.markdown @ 3402:6a3060d5e85d

mod_muc_limits: Document brokenness with 0.11.x
author Kim Alvefur <zash@zash.se>
date Tue, 11 Dec 2018 18:27:40 +0100
parents 397dafbd79fc
children 1534d0715d35
comparison
equal deleted inserted replaced
3401:8412592f3011 3402:6a3060d5e85d
64 the user the MUC is overactive, and asking them to try again. 64 the user the MUC is overactive, and asking them to try again.
65 65
66 Compatibility 66 Compatibility
67 ============= 67 =============
68 68
69 ------- ------------------ 69 ------- ---------------------------------------------------------------------------------
70 Trunk Unknown 70 trunk Doesn't work since [0ebc7ff1fff5](https://hg.prosody.im/trunk/rev/0ebc7ff1fff5)
71 0.11 Doesn't work
71 0.10 Works 72 0.10 Works
72 0.9 Works 73 0.9 Works
73 0.8 Doesn't work[^1] 74 0.8 Doesn't work[^1]
74 ------- ------------------ 75 ------- ---------------------------------------------------------------------------------
75 76
76 [^1]: This module can be made to work in 0.8 (and *maybe* previous 77 [^1]: This module can be made to work in 0.8 (and *maybe* previous
77 versions) of Prosody by copying the new 78 versions) of Prosody by copying the new
78 [util.throttle](http://hg.prosody.im/trunk/raw-file/fc8a22936b3c/util/throttle.lua) 79 [util.throttle](http://hg.prosody.im/trunk/raw-file/fc8a22936b3c/util/throttle.lua)
79 into your Prosody source directory (into the util/ subdirectory). 80 into your Prosody source directory (into the util/ subdirectory).