mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
plugins: Prefix module imports with prosody namespace
This commit is contained in:
parent
8136aa749a
commit
98922d54b1
100 changed files with 499 additions and 499 deletions
plugins
|
@ -8,8 +8,8 @@
|
|||
|
||||
module:set_global();
|
||||
|
||||
local statsman = require "core.statsmanager";
|
||||
local ip = require "util.ip";
|
||||
local statsman = require "prosody.core.statsmanager";
|
||||
local ip = require "prosody.util.ip";
|
||||
|
||||
local get_metric_registry = statsman.get_metric_registry;
|
||||
local collect = statsman.collect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue