aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/QXmppClient.cpp')
-rw-r--r--src/QXmppClient.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/QXmppClient.cpp b/src/QXmppClient.cpp
index 07b004c9..6dd80be5 100644
--- a/src/QXmppClient.cpp
+++ b/src/QXmppClient.cpp
@@ -431,7 +431,8 @@ QXmppRosterManager& QXmppClient::rosterManager()
/// Utility function to send message to all the resources associated with the
/// specified bareJid. If there are no resources available, that is the contact
-/// is offile, it will send an offline message to the bareJid.
+/// is offline or not present in the roster, it will still send a message to
+/// the bareJid.
///
/// \param bareJid bareJid of the receiving entity
/// \param message Message string to be sent.