Package | Description |
---|---|
org.jivesoftware.smackx.receipts |
XEP-0184: Message Delivery Receipts.
|
Modifier and Type | Method and Description |
---|---|
protected DeliveryReceipt |
DeliveryReceipt.Provider.createReturnExtension(String currentElement,
String currentNamespace,
Map<String,String> attributeMap,
List<? extends ExtensionElement> content) |
static DeliveryReceipt |
DeliveryReceipt.from(Message message)
Get the
DeliveryReceipt extension of the message, if any. |
static DeliveryReceipt |
DeliveryReceipt.getFrom(Message p)
Deprecated.
use
from(Message) instead |