plugins: Prefix module imports with prosody namespace

This commit is contained in:
Kim Alvefur 2023-03-24 13:15:28 +01:00
parent 8136aa749a
commit 98922d54b1
100 changed files with 499 additions and 499 deletions

View file

@ -1,6 +1,6 @@
module:set_global();
local cert_verify_identity = require "util.x509".verify_identity;
local cert_verify_identity = require "prosody.util.x509".verify_identity;
local NULL = {};
local log = module._log;