diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-28 16:22:59 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-28 16:22:59 +0000 |
| commit | a0c99ad1f8e43b9dace56d11c2be2c672a1f0cb0 (patch) | |
| tree | c4c1fd328857067def8df51908a3c15fbe9087e3 /src/QXmppClient.cpp | |
| parent | 5b40afd38360f285d917ffa4e35fa1ec24556c62 (diff) | |
| download | qxmpp-a0c99ad1f8e43b9dace56d11c2be2c672a1f0cb0.tar.gz | |
update doc QXmppClient::sendMessage
Diffstat (limited to 'src/QXmppClient.cpp')
| -rw-r--r-- | src/QXmppClient.cpp | 3 |
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. |
