5#ifndef QXMPPSENDRESULT_H
6#define QXMPPSENDRESULT_H
Definition: Algorithms.h:12
std::variant< SendSuccess, QXmppError > SendResult
Definition: QXmppSendResult.h:43
SendError
Definition: QXmppSendResult.h:19
@ EncryptionError
The packet couldn't be sent because prior encryption failed.
@ SocketWriteError
The packet was written to the socket with no success (only happens when Stream Management is disabled...
@ Disconnected
The packet couldn't be sent because the connection hasn't been (re)established.
Definition: QXmppSendResult.h:33
bool acknowledged
Indicates whether the packet has been acknowledged by the other peer.
Definition: QXmppSendResult.h:35