From dc42da2e630955262e7b1b0318c0528834a53969 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 20 Oct 2010 13:55:08 +0000 Subject: use asynchronous DNS SRV lookups to avoid freezing clients during lookup --- src/QXmppOutgoingServer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/QXmppOutgoingServer.h') diff --git a/src/QXmppOutgoingServer.h b/src/QXmppOutgoingServer.h index 055fe133..8298d9c0 100644 --- a/src/QXmppOutgoingServer.h +++ b/src/QXmppOutgoingServer.h @@ -30,6 +30,7 @@ class QSslError; class QXmppDialback; class QXmppOutgoingServer; class QXmppOutgoingServerPrivate; +class QXmppSrvInfo; /// \brief The QXmppOutgoingServer class represents an outgoing XMPP stream /// to another XMPP server. @@ -64,6 +65,7 @@ protected: /// \endcond private slots: + void connectToHost(const QXmppSrvInfo &serviceInfo); void slotSslErrors(const QList &errors); private: -- cgit v1.2.3