X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosodyctl;h=6c4b148a927105b37e8eb3a54a6fe61b2907c245;hb=0c2073da4938f4a63daa24042f68d8892e3ff029;hp=ef436106948a2ae316172a3b610cce2db8e7c0e8;hpb=384d0d3383d3ddb9dc8c024118b706c4053a1760;p=prosody.git 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