Mercurial > prosody-modules
comparison mod_muc_limits/README.markdown @ 3417:1534d0715d35
mod_muc_limits: Add support for new MUC API in Prosody 0.11
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 23 Dec 2018 21:46:06 +0100 |
parents | 6a3060d5e85d |
children | b97ae1cd7813 |
comparison
equal
deleted
inserted
replaced
3416:c6dd65354db0 | 3417:1534d0715d35 |
---|---|
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 Doesn't work since [0ebc7ff1fff5](https://hg.prosody.im/trunk/rev/0ebc7ff1fff5) | 70 trunk Works |
71 0.11 Doesn't work | 71 0.11 Works |
72 0.10 Works | 72 0.10 Works |
73 0.9 Works | 73 0.9 Works |
74 0.8 Doesn't work[^1] | 74 0.8 Doesn't work[^1] |
75 ------- --------------------------------------------------------------------------------- | 75 ------- ------------------ |
76 | 76 |
77 [^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 |
78 versions) of Prosody by copying the new | 78 versions) of Prosody by copying the new |
79 [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) |
80 into your Prosody source directory (into the util/ subdirectory). | 80 into your Prosody source directory (into the util/ subdirectory). |