aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppOutgoingClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-03 14:37:57 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-03 14:37:57 +0200
commit3d6c785660ffcd982e97e8e80e7ecc3a05e022ef (patch)
treed2e63dae0074e6a03abb5432c8e5cda9f2c57549 /src/client/QXmppOutgoingClient.h
parent66af3052ce1754b8617599428b9070c0f2bb02b1 (diff)
downloadqxmpp-3d6c785660ffcd982e97e8e80e7ecc3a05e022ef.tar.gz
add QXmppClient::isAuthenticated
Diffstat (limited to 'src/client/QXmppOutgoingClient.h')
-rw-r--r--src/client/QXmppOutgoingClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/QXmppOutgoingClient.h b/src/client/QXmppOutgoingClient.h
index 3356dc3f..e798593e 100644
--- a/src/client/QXmppOutgoingClient.h
+++ b/src/client/QXmppOutgoingClient.h
@@ -53,6 +53,7 @@ public:
~QXmppOutgoingClient();
void connectToHost();
+ bool isAuthenticated() const;
bool isConnected() const;
QSslSocket *socket() const { return QXmppStream::socket(); };