prosodyctl: Restrict c2s checks for when c2s is enabled

This commit is contained in:
Kim Alvefur 2018-06-23 17:28:24 +02:00
parent d5e1b39056
commit 087fbda1f7

View file

@ -1039,7 +1039,7 @@ function commands.check(arg)
print("Only the domain part ("..host..") is used in DNS.")
end
local target_hosts = set.new();
if not is_component then
if modules:contains("c2s") then
local res = dns.lookup("_xmpp-client._tcp."..idna.to_ascii(host)..".", "SRV");
if res then
for _, record in ipairs(res) do