when xmpp connection fails, show the host(s) it tried to connect to

This commit is contained in:
Joey Hess 2013-05-27 14:36:20 -04:00
parent 5a678244e2
commit d8d46c3ba3
3 changed files with 41 additions and 19 deletions

View file

@ -15,6 +15,7 @@ module Utility.SRV (
mkSRV,
lookupSRV,
lookupSRVHost,
HostPort,
) where
import Utility.Process