aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-03-10 11:06:53 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-03-10 11:06:53 +0000
commitb4442cdcf163d96bbf0d893eddf59a5bee0c64b6 (patch)
tree1c29ca36d041ab3bcf3e49569bff696de4d6f4b8 /source/QXmppClient.h
parent617dd2f07a30203fd885a5bad041ada73f9f8db0 (diff)
downloadqxmpp-b4442cdcf163d96bbf0d893eddf59a5bee0c64b6.tar.gz
add support for keep alive
Diffstat (limited to 'source/QXmppClient.h')
-rw-r--r--source/QXmppClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h
index 70f5297e..d2539c25 100644
--- a/source/QXmppClient.h
+++ b/source/QXmppClient.h
@@ -74,6 +74,7 @@ public:
enum Error
{
SocketError, ///< Error due to TCP socket
+ KeepAliveError, ///< Error due to no response to a keep alive
XmppStreamError, ///< Error due to XML stream
XmppStanzaError ///< Error due to stanza
};