diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/QXmppClient.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/QXmppClient.cpp b/src/client/QXmppClient.cpp index ce036676..b54f47fd 100644 --- a/src/client/QXmppClient.cpp +++ b/src/client/QXmppClient.cpp @@ -342,12 +342,12 @@ bool QXmppClient::sendPacket(const QXmppNonza &packet) /// /// Sends a packet and reports the result via QFuture. /// -/// If stream management is enabled the future continues to be active until the -/// server acknowledges the packet. On success QXmpp::SendSuccess with +/// If stream management is enabled, the future continues to be active until the +/// server acknowledges the packet. On success, QXmpp::SendSuccess with /// acknowledged == true is reported and the future finishes. /// -/// If connection errors occur the packet is resent if possible. If reconnecting -/// is not possible, an error is reported. +/// If connection errors occur, the packet is resent if possible. If +/// reconnecting is not possible, an error is reported. /// /// \warning THIS API IS NOT FINALIZED YET! /// |
