Package | Description |
---|---|
org.jivesoftware.smackx.jingle.element |
Stanzas and Extension Elements for XEP-0166: Jingle.
|
Modifier and Type | Method and Description |
---|---|
static JingleAction |
JingleAction.fromString(String string) |
JingleAction |
Jingle.getAction()
Get the action specified in the jingle IQ.
|
static JingleAction |
JingleAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JingleAction[] |
JingleAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Jingle.Builder |
Jingle.Builder.setAction(JingleAction action) |