diff options
Diffstat (limited to 'source/QXmppClient.cpp')
| -rw-r--r-- | source/QXmppClient.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/source/QXmppClient.cpp b/source/QXmppClient.cpp index 0daa98b6..5b96b5b7 100644 --- a/source/QXmppClient.cpp +++ b/source/QXmppClient.cpp @@ -321,9 +321,14 @@ QXmppPresence QXmppClient::clientPresence() const /// Changes the presence of the connected client. /// -/// If the presence type is QXmppPresence::Unavailable, the connection +/// The connection to the server will be updated accordingly: +/// +/// \li If the presence type is QXmppPresence::Unavailable, the connection /// to the server will be closed. /// +/// \li Otherwise, the connection to the server will be established +/// as needed. +/// /// \param presence QXmppPresence object /// |
