From 98922d54b12086c9e71c55dcb9c766d584522552 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 24 Mar 2023 13:15:28 +0100 Subject: plugins: Prefix module imports with prosody namespace --- plugins/mod_mam/mamprefsxml.lib.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/mod_mam/mamprefsxml.lib.lua') diff --git a/plugins/mod_mam/mamprefsxml.lib.lua b/plugins/mod_mam/mamprefsxml.lib.lua index c408fbea..b325e886 100644 --- a/plugins/mod_mam/mamprefsxml.lib.lua +++ b/plugins/mod_mam/mamprefsxml.lib.lua @@ -10,8 +10,8 @@ -- XEP-0313: Message Archive Management for Prosody -- -local st = require"util.stanza"; -local jid_prep = require"util.jid".prep; +local st = require"prosody.util.stanza"; +local jid_prep = require"prosody.util.jid".prep; local xmlns_mam = "urn:xmpp:mam:2"; local default_attrs = { -- cgit v1.2.3