Software /
code /
prosody
Diff
tools/ejabberdsql2prosody.lua @ 3541:a72b88953bf2
ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 20 Oct 2010 03:57:47 +0500 |
parent | 2923:b7049746bd29 |
child | 4384:7fbcb7e6a6a0 |
line wrap: on
line diff
--- a/tools/ejabberdsql2prosody.lua Sat Oct 16 23:00:42 2010 +0500 +++ b/tools/ejabberdsql2prosody.lua Wed Oct 20 03:57:47 2010 +0500 @@ -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";