prosodyctl: Define prosody.core_post_stanza as an empty function
authorMatthew Wild <mwild1@gmail.com>
Sat, 6 Apr 2013 19:07:08 +0000 (20:07 +0100)
committerMatthew Wild <mwild1@gmail.com>
Sat, 6 Apr 2013 19:07:08 +0000 (20:07 +0100)
prosodyctl

index a8cf0e690565b7d1820d117bdc0a9d6f7bf1d960..71b99f9eb54e31bc602b18d6e0285d88b30e2d84 100755 (executable)
@@ -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;