# HG changeset patch # User Matthew Wild # Date 1369138872 -3600 # Node ID 783078bc111c7c622dc465818954100770977851 # Parent a79c6717ee2bc7a352e0e7dc219a6638be0fa8b1 prosodyctl: check config: whitespace fix diff -r a79c6717ee2b -r 783078bc111c prosodyctl --- a/prosodyctl Tue May 21 13:18:56 2013 +0100 +++ b/prosodyctl Tue May 21 13:21:12 2013 +0100 @@ -823,6 +823,7 @@ 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");