aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-04-08 12:08:34 +0100
committerMatthew Wild <mwild1@gmail.com>2013-04-08 12:08:34 +0100
commit0f2516b61786519755e9b63bedf279a4f1a1737c (patch)
tree4c41585b13e2062d4f79c24949a89faa20926f60 /prosodyctl
parentd3aa2851d328cbcd3c9660b945c7acae71657a89 (diff)
parent5c21c86aab734465ac029051a7f21fc1e3291a72 (diff)
downloadprosody-0f2516b61786519755e9b63bedf279a4f1a1737c.tar.gz
prosody-0f2516b61786519755e9b63bedf279a4f1a1737c.zip
Merge 0.9->trunk
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;