From 5559ed29681d031f36e7a7d011e3ec4bec3635f5 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 24 Oct 2015 00:19:25 +0200 Subject: Implement XEP-0352: Client State Indication This commit is based on a pull request by fbeutel (GitHub) (see #87) and was rebased and slightly modified by me. --- src/client/QXmppOutgoingClient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/QXmppOutgoingClient.h') diff --git a/src/client/QXmppOutgoingClient.h b/src/client/QXmppOutgoingClient.h index 0edd0a5d..84607b83 100644 --- a/src/client/QXmppOutgoingClient.h +++ b/src/client/QXmppOutgoingClient.h @@ -55,6 +55,7 @@ public: void connectToHost(); bool isAuthenticated() const; bool isConnected() const; + bool isClientStateIndicationEnabled() const; QSslSocket *socket() const { return QXmppStream::socket(); }; QXmppStanza::Error::Condition xmppStreamError(); -- cgit v1.2.3