Uses of Enum
org.jivesoftware.smackx.jingle.element.JingleReason.Reason
Package
Description
Smack's API for XEP-0166: Jingle.
Stanzas and Extension Elements for XEP-0166: Jingle.
-
Uses of JingleReason.Reason in org.jivesoftware.smackx.jingle
Modifier and TypeMethodDescriptionJingleUtil.createSessionTerminate
(FullJid recipient, String sessionId, JingleReason.Reason reason) -
Uses of JingleReason.Reason in org.jivesoftware.smackx.jingle.element
Modifier and TypeMethodDescriptionJingleReason.asEnum()
static JingleReason.Reason
JingleReason.Reason.fromString
(String string) static JingleReason.Reason
Returns the enum constant of this type with the specified name.static JingleReason.Reason[]
JingleReason.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionJingleReason
(JingleReason.Reason reason) JingleReason
(JingleReason.Reason reason, String text, XmlElement element)