aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppOutgoingClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/QXmppOutgoingClient.h')
-rw-r--r--src/client/QXmppOutgoingClient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/QXmppOutgoingClient.h b/src/client/QXmppOutgoingClient.h
index e740babc..3948f5b0 100644
--- a/src/client/QXmppOutgoingClient.h
+++ b/src/client/QXmppOutgoingClient.h
@@ -55,6 +55,8 @@ public:
bool isAuthenticated() const;
bool isConnected() const override;
bool isClientStateIndicationEnabled() const;
+ bool isStreamManagementEnabled() const;
+ bool isStreamResumed() const;
QSslSocket *socket() const { return QXmppStream::socket(); };
QXmppStanza::Error::Condition xmppStreamError();