Uses of Enum
org.jivesoftware.smackx.amp.packet.AMPExtension.Status
Package
Description
Stanzas and extension elements for XEP-0079: Advanced Message Processing.
-
Uses of AMPExtension.Status in org.jivesoftware.smackx.amp.packet
Modifier and TypeMethodDescriptionAMPExtension.getStatus()
Status of this amp notification.static AMPExtension.Status
Returns the enum constant of this type with the specified name.static AMPExtension.Status[]
AMPExtension.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionAMPExtension
(String from, String to, AMPExtension.Status status) Create a new AMPExtension instance with defined from, to and status attributes.