diff options
Diffstat (limited to 'src/client/QXmppClient.h')
| -rw-r--r-- | src/client/QXmppClient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/QXmppClient.h b/src/client/QXmppClient.h index 22a7af65..6771f20c 100644 --- a/src/client/QXmppClient.h +++ b/src/client/QXmppClient.h @@ -140,6 +140,9 @@ public: bool isAuthenticated() const; bool isConnected() const; + bool isActive() const; + void setActive(bool active); + QXmppPresence clientPresence() const; void setClientPresence(const QXmppPresence &presence); |
