mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
Merge 0.11->trunk
This commit is contained in:
commit
80e119abd6
1 changed files with 4 additions and 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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue