diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-05-19 09:31:12 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-05-19 09:31:12 +0100 |
commit | ebe83d27d3179fa5d3c1452a8633a49d85a94f60 (patch) | |
tree | 6225faf7bc524edf57e2118bc8633e07d2b28333 /prosodyctl | |
parent | 879862c536a5fba488307eb9e8a2f4f6523dbf09 (diff) | |
parent | 79534953279caa15362184c30db97c354e2d7364 (diff) | |
download | prosody-ebe83d27d3179fa5d3c1452a8633a49d85a94f60.tar.gz prosody-ebe83d27d3179fa5d3c1452a8633a49d85a94f60.zip |
Merge 0.10->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -578,6 +578,8 @@ function commands.about(arg) print(""); print("# Lua module versions"); local module_versions, longest_name = {}, 8; + local luaevent =dependencies.softreq"luaevent"; + local ssl = dependencies.softreq"ssl"; for name, module in pairs(package.loaded) do if type(module) == "table" and rawget(module, "_VERSION") and name ~= "_G" and not name:match("%.") then |