prosodyctl: Define prosody.core_post_stanza as an empty function
authorMatthew Wild <mwild1@gmail.com>
Sat, 06 Apr 2013 20:07:08 +0100
changeset 5438 5032b3b5b556
parent 5436 a4ba5819bf50
child 5439 bd7b314c2301
prosodyctl: Define prosody.core_post_stanza as an empty function
prosodyctl
--- a/prosodyctl	Sat Apr 06 12:20:31 2013 +0100
+++ b/prosodyctl	Sat Apr 06 20:07:08 2013 +0100
@@ -51,6 +51,7 @@
 	lock_globals = function () end;
 	unlock_globals = function () end;
 	installed = CFG_SOURCEDIR ~= nil;
+	core_post_stanza = function () end; -- TODO: mod_router!
 };
 _G.prosody = prosody;