Mercurial > prosody-modules
view mod_compliance_latest/mod_compliance_latest.lua @ 6530:8e87fbbb6cd3
mod_muc_mav: Add module for XEP-0463: MUC Affiliations Versioning
| author | Marvin W <hg@larma.de> |
|---|---|
| date | Mon, 04 May 2026 20:55:39 +0200 |
| parents | 5c24fd7211c3 |
| children |
line wrap: on
line source
local success = pcall(function() module:depends("compliance_2023") end) if not success then module:log_status( "error", "Error, can't load module: mod_compliance_2023. Is this module downloaded into a folder readable by prosody?" ) end
