Software / code / prosody-modules
Comparison
mod_statistics_statsman/README.markdown @ 4595:bac3dae031ee
Add note of incompatibility with trunk since 5f15ab7c6ae5
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 19 Jun 2021 12:55:14 +0200 |
| parent | 3608:2c25594f9e71 |
comparison
equal
deleted
inserted
replaced
| 4594:1da63fe35ef3 | 4595:bac3dae031ee |
|---|---|
| 11 ``` | 11 ``` |
| 12 | 12 |
| 13 Then, in `modules_enabled`, replace `"statistics"` with | 13 Then, in `modules_enabled`, replace `"statistics"` with |
| 14 `"statistics_statsman"` and the various `"statistics_<something>"` | 14 `"statistics_statsman"` and the various `"statistics_<something>"` |
| 15 with equivalent `"measure_<something>"`. | 15 with equivalent `"measure_<something>"`. |
| 16 | |
| 17 | |
| 18 # Compatibility | |
| 19 | |
| 20 ------- -------------------- | |
| 21 trunk Does not work [^1] | |
| 22 0.11 Should work | |
| 23 0.10 Should work | |
| 24 ------- -------------------- | |
| 25 | |
| 26 [^1]: not after | |
| 27 [5f15ab7c6ae5](https://hg.prosody.im/trunk/rev/5f15ab7c6ae5) |