From ba4d7aa237ef31fd18876b2621a37453007372e9 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 10 Aug 2010 10:08:42 +0000 Subject: improve documentation of setClientPresence --- source/QXmppClient.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'source/QXmppClient.cpp') 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 /// -- cgit v1.2.3