mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_cloud_notify, mod_cron, mod_invites: Add 'prosody.' prefix to requires
This commit is contained in:
parent
a9bc4a09e4
commit
f5f2755b63
3 changed files with 10 additions and 10 deletions
|
@ -5,13 +5,13 @@
|
|||
-- This file is MIT/X11 licensed.
|
||||
|
||||
local os_time = os.time;
|
||||
local st = require"util.stanza";
|
||||
local jid = require"util.jid";
|
||||
local dataform = require"util.dataforms".new;
|
||||
local hashes = require"util.hashes";
|
||||
local random = require"util.random";
|
||||
local cache = require"util.cache";
|
||||
local watchdog = require "util.watchdog";
|
||||
local st = require"prosody.util.stanza";
|
||||
local jid = require"prosody.util.jid";
|
||||
local dataform = require"prosody.util.dataforms".new;
|
||||
local hashes = require"prosody.util.hashes";
|
||||
local random = require"prosody.util.random";
|
||||
local cache = require"prosody.util.cache";
|
||||
local watchdog = require "prosody.util.watchdog";
|
||||
|
||||
local xmlns_push = "urn:xmpp:push:0";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue