net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a better way
[prosody.git] / tools / ejabberdsql2prosody.lua
index 0e5dd0c4e9e54b6ae862008415a0240a9076d2e0..958cf0e2d1c97ec027e7bb71ab4dcab684f6f890 100644 (file)
@@ -1,12 +1,14 @@
 #!/usr/bin/env lua
 -- Prosody IM
--- Copyright (C) 2008-2009 Matthew Wild
--- Copyright (C) 2008-2009 Waqas Hussain
+-- Copyright (C) 2008-2010 Matthew Wild
+-- Copyright (C) 2008-2010 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- 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";