Software /
code /
prosody-modules
Diff
mod_http_muc_log/README.markdown @ 4970:8c7b7db69f5b
mod_http_muc_log: Drop support for pre-0.11 MUC API
The oldest supported Prosody branch is 0.11, therefore we can drop code
for the MUC API of Prosody 0.10 and before.
The module:shared("rooms") method was never even in a release...
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 02 Jul 2022 02:30:02 +0200 |
parent | 4677:823370bc2e4c |
child | 5105:2402ddabe7f7 |
line wrap: on
line diff
--- a/mod_http_muc_log/README.markdown Sat Jul 02 02:30:06 2022 +0200 +++ b/mod_http_muc_log/README.markdown Sat Jul 02 02:30:02 2022 +0200 @@ -103,6 +103,6 @@ Compatibility ============= -Requires Prosody 0.10 or above and a storage backend with support for +Requires Prosody 0.11 or later and a storage backend with support for stanza archives. See [mod\_storage\_muc\_log] for using legacy data from [mod\_muc\_log].