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
commita7bd8c9cd42686972e1c143e997c0f7fa6eada45 (patch)
tree695225d1ff722b2d93705a05d13764fee0d349ac
parent39291da9614b3a9f01afa877d319b11d5b942087 (diff)
parent5860877c9e1f34cd34e2991748c0e7cd0405521d (diff)
downloadprosody-a7bd8c9cd42686972e1c143e997c0f7fa6eada45.tar.gz
prosody-a7bd8c9cd42686972e1c143e997c0f7fa6eada45.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";