Package | Description |
---|---|
org.jivesoftware.smackx.jingle.element |
Stanzas and Extension Elements for XEP-0166: Jingle.
|
org.jivesoftware.smackx.jingle.provider |
Providers and parsers for XEP-0166: Jingle.
|
Modifier and Type | Field and Description |
---|---|
static JingleError |
JingleError.OUT_OF_ORDER |
static JingleError |
JingleError.TIE_BREAK |
static JingleError |
JingleError.UNKNOWN_SESSION |
static JingleError |
JingleError.UNSUPPORTED_INFO |
Modifier and Type | Method and Description |
---|---|
static JingleError |
JingleError.fromString(String value)
Returns a Action instance associated with the String value.
|
Modifier and Type | Method and Description |
---|---|
JingleError |
JingleErrorProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |