aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-05-19 09:31:12 +0100
committerMatthew Wild <mwild1@gmail.com>2015-05-19 09:31:12 +0100
commit527e1e4bad2c8536f9c0b905e77d2679ca9ae9d5 (patch)
tree6225faf7bc524edf57e2118bc8633e07d2b28333 /prosodyctl
parenta1eac64a926aeeec8babac775aa689dab4a598d3 (diff)
parentbb08d35ca72865e4ba3432a30a6df7e4d9e77c62 (diff)
downloadprosody-527e1e4bad2c8536f9c0b905e77d2679ca9ae9d5.tar.gz
prosody-527e1e4bad2c8536f9c0b905e77d2679ca9ae9d5.zip
Merge 0.10->trunk
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 2 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index ef436106..6c4b148a 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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