Changeset

5438:5032b3b5b556

prosodyctl: Define prosody.core_post_stanza as an empty function
author Matthew Wild <mwild1@gmail.com>
date Sat, 06 Apr 2013 20:07:08 +0100
parents 5436:a4ba5819bf50
children 5439:bd7b314c2301
files prosodyctl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;