# HG changeset patch # User Matthew Wild # Date 1365275228 -3600 # Node ID 5032b3b5b556d345d136edfc23933e33a5dfd64d # Parent a4ba5819bf50ec5e0d30052a9d723b401265b43c prosodyctl: Define prosody.core_post_stanza as an empty function diff -r a4ba5819bf50 -r 5032b3b5b556 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;