mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +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
|
@ -8,8 +8,8 @@
|
|||
--
|
||||
|
||||
local gettime = os.time;
|
||||
local datetime = require "util.datetime";
|
||||
local st = require "util.stanza";
|
||||
local datetime = require "prosody.util.datetime";
|
||||
local st = require "prosody.util.stanza";
|
||||
|
||||
local default_history_length = 20;
|
||||
local max_history_length = module:get_option_number("max_history_messages", math.huge);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue