mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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
|
@ -1,10 +1,10 @@
|
|||
module:set_global();
|
||||
|
||||
local array = require "util.array";
|
||||
local array = require "prosody.util.array";
|
||||
local max_buffer_len = module:get_option_number("multiplex_buffer_size", 1024);
|
||||
local default_mode = module:get_option_number("network_default_read_size", 4096);
|
||||
|
||||
local portmanager = require "core.portmanager";
|
||||
local portmanager = require "prosody.core.portmanager";
|
||||
|
||||
local available_services = {};
|
||||
local service_by_protocol = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue