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