aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2019-03-14 08:10:01 +0000
committerMatthew Wild <mwild1@gmail.com>2019-03-14 08:10:01 +0000
commit80e119abd6dce86bb706167af8edbcd61f02a5a8 (patch)
tree695225d1ff722b2d93705a05d13764fee0d349ac
parent50f89a9f96e4a37cb367c732fefd9ae40a6d82f9 (diff)
parentfffb4ee43d2ce3c0dd392f44eac53529688938ac (diff)
downloadprosody-80e119abd6dce86bb706167af8edbcd61f02a5a8.tar.gz
prosody-80e119abd6dce86bb706167af8edbcd61f02a5a8.zip
Merge 0.11->trunk
-rwxr-xr-xprosodyctl4
1 files changed, 4 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index f6812e23..da8073cc 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -394,6 +394,10 @@ function commands.about(arg)
end
print("LuaRocks: ", luarocks_status);
print("");
+ print("# Network");
+ print("");
+ print("Backend: "..require "net.server".get_backend());
+ print("");
print("# Lua module versions");
local module_versions, longest_name = {}, 8;
local luaevent =dependencies.softreq"luaevent";