prosodyctl
changeset 5438 5032b3b5b556
parent 5384 24f4aed5824f
child 5442 e66973c81e89
child 5456 87204440b9dd
--- 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;