Package | Description |
---|---|
org.jivesoftware.smackx.jingleold |
TODO describe me.
|
org.jivesoftware.smackx.jingleold.packet |
TODO describe me.
|
Modifier and Type | Method and Description |
---|---|
JingleError |
JingleException.getError()
Return the error message.
|
Modifier and Type | Method and Description |
---|---|
IQ |
JingleSession.createJingleError(IQ iq,
JingleError jingleError)
Complete and send an error.
|
Constructor and Description |
---|
JingleException(JingleError error)
Constructor with an error response.
|
Modifier and Type | Field and Description |
---|---|
static JingleError |
JingleError.MALFORMED_STANZA |
static JingleError |
JingleError.NEGOTIATION_ERROR |
static JingleError |
JingleError.NO_COMMON_PAYLOAD |
static JingleError |
JingleError.OUT_OF_ORDER |
static JingleError |
JingleError.UNKNOWN_SESSION |
static JingleError |
JingleError.UNSUPPORTED_CONTENT |
static JingleError |
JingleError.UNSUPPORTED_TRANSPORTS |
Modifier and Type | Method and Description |
---|---|
static JingleError |
JingleError.fromString(String value)
Returns a Action instance associated with the String value.
|