diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-05-21 13:21:12 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-05-21 13:21:12 +0100 |
commit | b0c86fe0553fdd69b150ee50e6265313f8b08f01 (patch) | |
tree | abd136f7af33259246755e37c7f2deff5f3fbeaf | |
parent | e0476bb4f1b46631ed4f71e1614f403bb87420da (diff) | |
download | prosody-b0c86fe0553fdd69b150ee50e6265313f8b08f01.tar.gz prosody-b0c86fe0553fdd69b150ee50e6265313f8b08f01.zip |
prosodyctl: check config: whitespace fix
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |