summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/design/assistant/blog/day_114__xmpp.mdwn3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/design/assistant/blog/day_114__xmpp.mdwn b/doc/design/assistant/blog/day_114__xmpp.mdwn
index 22d9680ac..617824d48 100644
--- a/doc/design/assistant/blog/day_114__xmpp.mdwn
+++ b/doc/design/assistant/blog/day_114__xmpp.mdwn
@@ -53,5 +53,4 @@ To make XMPP sufficiently easy to configure, I need to check SRV records to
find the XMPP server, which is an unexpected PITA because `getaddrinfo`
can't do that. There are several haskell DNS libraries that I could use for
SRV, or I could use the `host` command:
-`host -t SRV _xmpp-client._tcp.gmail.com` (but don't run that on Solaris,
-it changes the hostname..)
+`host -t SRV _xmpp-client._tcp.gmail.com`