aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-05-21 13:21:12 +0100
committerMatthew Wild <mwild1@gmail.com>2013-05-21 13:21:12 +0100
commit4f631a6db0a44cba38168d499893458f133845c7 (patch)
treeabd136f7af33259246755e37c7f2deff5f3fbeaf /prosodyctl
parente0e0c27671fa7c544271f63dfec28c1fa8878601 (diff)
downloadprosody-4f631a6db0a44cba38168d499893458f133845c7.tar.gz
prosody-4f631a6db0a44cba38168d499893458f133845c7.zip
prosodyctl: check config: whitespace fix
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index de7c09c5..5441b2b3 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -823,6 +823,7 @@ function commands.check(arg)
local subdomain = host:match("^[^.]+");
if not(is_component) and (subdomain == "jabber" or subdomain == "xmpp"
or subdomain == "chat" or subdomain == "im") then
+ print("");
print(" Suggestion: If "..host.. " is a new host with no real users yet, consider renaming it now to");
print(" "..host:gsub("^[^.]+%.", "")..". You can use SRV records to redirect XMPP clients and servers to "..host..".");
print(" For more information see: http://prosody.im/doc/dns");