public class DeliveryReceiptRequest
extends java.lang.Object
implements org.jivesoftware.smack.packet.PacketExtension
Modifier and Type | Class and Description |
---|---|
static class |
DeliveryReceiptRequest.Provider
This Provider parses and returns DeliveryReceiptRequest packets.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELEMENT |
Constructor and Description |
---|
DeliveryReceiptRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElementName() |
static DeliveryReceiptRequest |
getFrom(org.jivesoftware.smack.packet.Packet p)
Get the
DeliveryReceiptRequest extension of the packet, if any. |
java.lang.String |
getNamespace() |
java.lang.String |
toXML() |
public static final java.lang.String ELEMENT
public java.lang.String getElementName()
getElementName
in interface org.jivesoftware.smack.packet.PacketExtension
public java.lang.String getNamespace()
getNamespace
in interface org.jivesoftware.smack.packet.PacketExtension
public java.lang.String toXML()
toXML
in interface org.jivesoftware.smack.packet.PacketExtension
public static DeliveryReceiptRequest getFrom(org.jivesoftware.smack.packet.Packet p)
DeliveryReceiptRequest
extension of the packet, if any.p
- the packetDeliveryReceiptRequest
extension or null