From 0ecc5877f2e19f90b3b3f15e6384c280f1520fcf Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 5 Sep 2005 11:34:46 +0000 Subject: [PATCH] say the truth --- src/common/xmpp/transports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/xmpp/transports.py b/src/common/xmpp/transports.py index 9ce83b8f8..29977233e 100644 --- a/src/common/xmpp/transports.py +++ b/src/common/xmpp/transports.py @@ -44,7 +44,7 @@ except ImportError: HAVE_PYDNS = True except ImportError: #TODO: use self.DEBUG() - print "Couldn't load a supported DNS library. SRV records will not be queried and some servers may not be accessible." + print "Couldn't load a supported DNS library. SRV records will not be queried and you may need to set custom hostname/port for some servers to be accessible." DATA_RECEIVED='DATA RECEIVED' DATA_SENT='DATA SENT'