Package rocks.xmpp.extensions.receipts.model
Provides XML schema implementations of XEP-0184: Message Delivery
Receipts.
It defines an XMPP protocol extension for message delivery receipts, whereby the sender of a message can request notification that the message has been delivered to a client controlled by the intended recipient.
-
Class Summary Class Description MessageDeliveryReceipts A container class for Message Delivery Receipts.MessageDeliveryReceipts.Received The implementation of the<received/>
element in theurn:xmpp:receipts
namespace.MessageDeliveryReceipts.Request The implementation of the<request/>
element in theurn:xmpp:receipts
namespace.