plugins/mod_pep_plus.lua
author Kim Alvefur <zash@zash.se>
Sun, 24 Oct 2021 15:17:01 +0200
changeset 11872 ae093c259da2
parent 9077 0462405b1cfb
permissions -rw-r--r--
mod_c2s,etc: Identify stanza object with appropriate function Better than duck typing, in case anyone ever passes a non-stanza table with a 'name' field.

module:log("error", "mod_pep_plus has been renamed to mod_pep, please update your config file. Auto-loading mod_pep...");
module:depends("pep");