aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-04-06 20:07:08 +0100
committerMatthew Wild <mwild1@gmail.com>2013-04-06 20:07:08 +0100
commitb090b67ec4185e79c83811ee2912b8ed32fce707 (patch)
tree0b87aaa2430f346732e986732e4430812e7847f4 /prosodyctl
parentd64f65005c8f931e44aa8f37a442051983caf4b2 (diff)
downloadprosody-b090b67ec4185e79c83811ee2912b8ed32fce707.tar.gz
prosody-b090b67ec4185e79c83811ee2912b8ed32fce707.zip
prosodyctl: Define prosody.core_post_stanza as an empty function
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index a8cf0e69..71b99f9e 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -51,6 +51,7 @@ local prosody = {
lock_globals = function () end;
unlock_globals = function () end;
installed = CFG_SOURCEDIR ~= nil;
+ core_post_stanza = function () end; -- TODO: mod_router!
};
_G.prosody = prosody;