5 #ifndef QXMPPSENDRESULT_H 6 #define QXMPPSENDRESULT_H 8 #include "QXmppError.h" 44 using SendResult = std::variant<SendSuccess, QXmppError>;
48 #endif // QXMPPSENDRESULT_H bool acknowledged
Indicates whether the packet has been acknowledged by the other peer.
Definition: QXmppSendResult.h:36
The packet couldn't be sent because the connection hasn't been (re)established.
The packet was written to the socket with no success (only happens when Stream Management is disabled...
std::variant< SendSuccess, QXmppError > SendResult
Definition: QXmppSendResult.h:44
SendError
Definition: QXmppSendResult.h:19
Definition: QXmppSendResult.h:33
The packet couldn't be sent because prior encryption failed.