Software / code / prosody-modules
File
mod_bookmarks/mod_bookmarks.lua @ 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 | 4886:cbe71ecb4677 |
line wrap: on
line source
--% conflicts: mod_bookmarks module:log("info", "mod_bookmarks has been deprecated, now loading mod_bookmarks2") module:depends("bookmarks2")