mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback.
This commit is contained in:
parent
b7e51a203d
commit
1df82fb6a9
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
-- COPYING file in the source package for more information.
|
||||
--
|
||||
|
||||
prosody = {};
|
||||
|
||||
package.path = package.path ..";../?.lua";
|
||||
local serialize = require "util.serialization".serialize;
|
||||
local st = require "util.stanza";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue