comparison mod_muc_limits/README.markdown @ 5603:ee335399d90e

mod_muc_limits: Drop unsupported Prosody versions from Compatibility table
author Kim Alvefur <zash@zash.se>
date Sat, 15 Jul 2023 09:16:19 +0200
parents bae2f4830a93
children
comparison
equal deleted inserted replaced
5602:bae2f4830a93 5603:ee335399d90e
70 the user the MUC is overactive, and asking them to try again. 70 the user the MUC is overactive, and asking them to try again.
71 71
72 Compatibility 72 Compatibility
73 ============= 73 =============
74 74
75 ------- ------------------ 75 ------- -------
76 trunk Works 76 trunk Works
77 0.11 Works 77 0.11 Works
78 0.10 Works 78 ------- -------
79 0.9 Works
80 0.8 Doesn't work[^1]
81 ------- ------------------
82
83 [^1]: This module can be made to work in 0.8 (and *maybe* previous
84 versions) of Prosody by copying the new
85 [util.throttle](http://hg.prosody.im/trunk/raw-file/fc8a22936b3c/util/throttle.lua)
86 into your Prosody source directory (into the util/ subdirectory).