Software /
code /
prosody
Diff
plugins/muc/occupant.lib.lua @ 12977:74b9e05af71e
plugins: Prefix module imports with prosody namespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 24 Mar 2023 13:15:28 +0100 |
parent | 7086:6cc7c9da29ed |
line wrap: on
line diff
--- a/plugins/muc/occupant.lib.lua Fri Mar 17 18:03:07 2023 +0100 +++ b/plugins/muc/occupant.lib.lua Fri Mar 24 13:15:28 2023 +0100 @@ -1,6 +1,6 @@ local pairs = pairs; local setmetatable = setmetatable; -local st = require "util.stanza"; +local st = require "prosody.util.stanza"; local util = module:require "muc/util"; local function get_filtered_presence(stanza)