Uses of Class
org.jivesoftware.smackx.receipts.DeliveryReceiptRequest
-
Packages that use DeliveryReceiptRequest Package Description org.jivesoftware.smackx.receipts XEP-0184: Message Delivery Receipts. -
-
Uses of DeliveryReceiptRequest in org.jivesoftware.smackx.receipts
Methods in org.jivesoftware.smackx.receipts that return DeliveryReceiptRequest Modifier and Type Method Description static DeliveryReceiptRequest
DeliveryReceiptRequest. from(Stanza packet)
Get theDeliveryReceiptRequest
extension of the packet, if any.static DeliveryReceiptRequest
DeliveryReceiptRequest. getFrom(Stanza p)
Deprecated.usefrom(Stanza)
insteadDeliveryReceiptRequest
DeliveryReceiptRequest.Provider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-