Module xmpp_parsers::receipts
source · Expand description
XEP-0184: Message Delivery Receipts
Structs§
- Notes that a previous message has correctly been received, it is referenced by its ‘id’ attribute.
- Convert a
Received
into XML events. - Build a
Received
from XML events. - Requests that this message is acked by the final recipient once received.
- Convert a
Request
into XML events. - Build a
Request
from XML events.