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.
|
org.jivesoftware.smackx.jingle.provider |
Providers and parsers for XEP-0166: Jingle.
|
Modifier and Type | Field and Description |
---|---|
protected List<JingleContent> |
JingleSession.contents |
Modifier and Type | Method and Description |
---|---|
List<JingleContent> |
JingleSession.getContents() |
Constructor and Description |
---|
JingleSession(org.jxmpp.jid.FullJid initiator,
org.jxmpp.jid.FullJid responder,
Role role,
String sid,
List<JingleContent> contents) |
Modifier and Type | Method and Description |
---|---|
JingleContent |
JingleContent.Builder.build() |
JingleContent |
Jingle.getSoleContentOrThrow()
Get the only jingle content if one exists, or
null . |
Modifier and Type | Method and Description |
---|---|
List<JingleContent> |
Jingle.getContents()
Get a List of the contents.
|
Modifier and Type | Method and Description |
---|---|
Jingle.Builder |
Jingle.Builder.addJingleContent(JingleContent content) |
Modifier and Type | Method and Description |
---|---|
static JingleContent |
JingleProvider.parseJingleContent(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |