diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-08 16:00:54 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-08 16:00:54 +0000 |
| commit | 60c294df8efa73c24f4c7b304479f646d5d17b2a (patch) | |
| tree | 05225d7a4c752fe7173ad4479ac0cb1103235f19 /source/QXmppClient.h | |
| parent | ad6dbbdf512d664a64dd67db81341d6beb16a117 (diff) | |
| download | qxmpp-60c294df8efa73c24f4c7b304479f646d5d17b2a.tar.gz | |
add accessor to test whether a client is connected
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 9a367f90..55bd5297 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -101,6 +101,7 @@ public: const QXmppPresence& initialPresence = QXmppPresence()); void disconnect(); + bool isConnected() const; QXmppArchiveManager& archiveManager(); QXmppMucManager& mucManager(); |
