aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-05-19 16:33:47 +0200
committerKim Alvefur <zash@zash.se>2015-05-19 16:33:47 +0200
commitcc380360ef8163b0922b2e31eced37ce9b64c45e (patch)
tree14a722959d1179338adec58efd9e5d7fcfa58ada /prosodyctl
parenta1eac64a926aeeec8babac775aa689dab4a598d3 (diff)
parente909a53de56e66db08941f06f796b1bedda95a1f (diff)
downloadprosody-cc380360ef8163b0922b2e31eced37ce9b64c45e.tar.gz
prosody-cc380360ef8163b0922b2e31eced37ce9b64c45e.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