Package | Description |
---|---|
org.jivesoftware.smackx.receipts |
XEP-0184: Message Delivery Receipts.
|
Modifier and Type | Method and Description |
---|---|
static DeliveryReceiptRequest |
DeliveryReceiptRequest.from(Stanza packet)
Get the
DeliveryReceiptRequest extension of the packet, if any. |
static DeliveryReceiptRequest |
DeliveryReceiptRequest.getFrom(Stanza p)
Deprecated.
use
from(Stanza) instead |
DeliveryReceiptRequest |
DeliveryReceiptRequest.Provider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |