aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-05-11 12:25:21 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-05-11 12:25:21 +0000
commit9d92efc86417fbefcd426d55fd70e5e7e20779ce (patch)
tree563280f7752248d3dc6d4e0f29735dd3599b764f /source/QXmppStream.h
parentaa1c563caecb9b67171ff4415b2a1254a016917b (diff)
downloadqxmpp-9d92efc86417fbefcd426d55fd70e5e7e20779ce.tar.gz
report authentication errors
Diffstat (limited to 'source/QXmppStream.h')
-rw-r--r--source/QXmppStream.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h
index 493553b2..cc8f78e7 100644
--- a/source/QXmppStream.h
+++ b/source/QXmppStream.h
@@ -73,7 +73,7 @@ public:
void sendPacket(const QXmppPacket&);
QAbstractSocket::SocketError getSocketError();
- QXmppClient::StreamError getXmppStreamError();
+ QXmppStanza::Error::Condition getXmppStreamError();
signals:
// socket host found
@@ -140,10 +140,9 @@ private:
QString m_streamId;
QString m_nonSASLAuthId;
QString m_XMPPVersion;
- QXmppClient::StreamError m_xmppStreamError;
+ QXmppStanza::Error::Condition m_xmppStreamError;
QTimer *m_pingTimer;
QTimer *m_timeoutTimer;
-// m_xmppStanzaError;
QXmppArchiveManager m_archiveManager;
QXmppTransferManager m_transferManager;