mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl about: Report network backend in use
This commit is contained in:
parent
09a662026a
commit
fffb4ee43d
1 changed files with 4 additions and 0 deletions
|
@ -387,6 +387,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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue