From 2ae218333249132c54360013c7c7f8c07594fa67 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 25 Oct 2012 17:16:58 -0400 Subject: correction --- doc/design/assistant/blog/day_114__xmpp.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') 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` -- cgit v1.2.3