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 f20a718a..07b004c9 100644
--- a/src/QXmppClient.cpp
+++ b/src/QXmppClient.cpp
@@ -430,7 +430,8 @@ QXmppRosterManager& QXmppClient::rosterManager()
}
/// Utility function to send message to all the resources associated with the
-/// specified bareJid.
+/// specified bareJid. If there are no resources available, that is the contact
+/// is offile, it will send an offline message to the bareJid.
///
/// \param bareJid bareJid of the receiving entity
/// \param message Message string to be sent.