| Package | Description |
|---|---|
| org.jivesoftware.smackx.jingle |
Smack's API for XEP-0166: Jingle.
|
| org.jivesoftware.smackx.jingle.element |
Stanzas and Extension Elements for XEP-0166: Jingle.
|
| Modifier and Type | Method and Description |
|---|---|
Jingle |
JingleUtil.createSessionTerminate(org.jxmpp.jid.FullJid recipient,
String sessionId,
JingleReason.Reason reason) |
| Modifier and Type | Field and Description |
|---|---|
protected JingleReason.Reason |
JingleReason.reason |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,JingleReason.Reason> |
JingleReason.Reason.LUT |
| Modifier and Type | Method and Description |
|---|---|
JingleReason.Reason |
JingleReason.asEnum() |
static JingleReason.Reason |
JingleReason.Reason.fromString(String string) |
static JingleReason.Reason |
JingleReason.Reason.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
Jingle.Builder |
Jingle.Builder.setReason(JingleReason.Reason reason) |
| Constructor and Description |
|---|
JingleReason(JingleReason.Reason reason) |