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(FullJid recipient,
String sessionId,
JingleReason reason) |
Modifier and Type | Class and Description |
---|---|
static class |
JingleReason.AlternativeSession |
Modifier and Type | Field and Description |
---|---|
static JingleReason |
JingleReason.Busy |
static JingleReason |
JingleReason.Cancel |
static JingleReason |
JingleReason.ConnectivityError |
static JingleReason |
JingleReason.Decline |
static JingleReason |
JingleReason.Expired |
static JingleReason |
JingleReason.FailedApplication |
static JingleReason |
JingleReason.FailedTransport |
static JingleReason |
JingleReason.GeneralError |
static JingleReason |
JingleReason.Gone |
static JingleReason |
JingleReason.IncompatibleParameters |
static JingleReason |
JingleReason.MediaError |
static JingleReason |
JingleReason.SecurityError |
static JingleReason |
JingleReason.Success |
static JingleReason |
JingleReason.Timeout |
static JingleReason |
JingleReason.UnsupportedApplications |
static JingleReason |
JingleReason.UnsupportedTransports |
Modifier and Type | Method and Description |
---|---|
JingleReason |
Jingle.getReason() |
Modifier and Type | Method and Description |
---|---|
Jingle.Builder |
Jingle.Builder.setReason(JingleReason reason) |