diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-10-20 13:55:08 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-10-20 13:55:08 +0000 |
| commit | dc42da2e630955262e7b1b0318c0528834a53969 (patch) | |
| tree | 9fd1d1b1c85068dbe81f50ad34decab58edfa529 /src/QXmppOutgoingServer.h | |
| parent | f8c729d64378b062f721fe5fbf903f2d41a4f971 (diff) | |
| download | qxmpp-dc42da2e630955262e7b1b0318c0528834a53969.tar.gz | |
use asynchronous DNS SRV lookups to avoid freezing clients during lookup
Diffstat (limited to 'src/QXmppOutgoingServer.h')
| -rw-r--r-- | src/QXmppOutgoingServer.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<QSslError> &errors); private: |
