aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppStream.h')
-rw-r--r--source/QXmppStream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h
index cc8f78e7..33b43ff9 100644
--- a/source/QXmppStream.h
+++ b/source/QXmppStream.h
@@ -66,6 +66,7 @@ public:
void acceptSubscriptionRequest(const QString& from, bool accept = true);
void sendSubscriptionRequest(const QString& to);
void disconnect();
+ bool isConnected() const;
QXmppArchiveManager& getArchiveManager();
QXmppRoster& getRoster();
QXmppTransferManager& getTransferManager();