diff options
author | Matthew Wild <mwild1@gmail.com> | 2019-03-14 08:10:01 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2019-03-14 08:10:01 +0000 |
commit | a7bd8c9cd42686972e1c143e997c0f7fa6eada45 (patch) | |
tree | 695225d1ff722b2d93705a05d13764fee0d349ac | |
parent | 39291da9614b3a9f01afa877d319b11d5b942087 (diff) | |
parent | 5860877c9e1f34cd34e2991748c0e7cd0405521d (diff) | |
download | prosody-a7bd8c9cd42686972e1c143e997c0f7fa6eada45.tar.gz prosody-a7bd8c9cd42686972e1c143e997c0f7fa6eada45.zip |
Merge 0.11->trunk
-rwxr-xr-x | prosodyctl | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"; |