| Package | Description |
|---|---|
| org.jivesoftware.smackx.jingleold | |
| org.jivesoftware.smackx.jingleold.packet | |
| org.jivesoftware.smackx.jingleold.provider |
| Modifier and Type | Method and Description |
|---|---|
JingleContent |
ContentNegotiator.getJingleContent() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<JingleContent> |
Jingle.getContents()
Get an iterator for the contents
|
List<JingleContent> |
Jingle.getContentsList()
Get an iterator for the content
|
| Modifier and Type | Method and Description |
|---|---|
void |
Jingle.addContent(JingleContent content)
Add a new content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Jingle.addContents(List<JingleContent> contentList)
Add a list of JingleContent elements
|
| Constructor and Description |
|---|
Jingle(JingleContent content)
Constructor with a contents.
|
| Constructor and Description |
|---|
Jingle(List<JingleContent> contents,
JingleContentInfo mi,
String sid)
A constructor where the main components can be initialized.
|
| Modifier and Type | Method and Description |
|---|---|
JingleContent |
JingleContentProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth)
Parse a JingleContent extension.
|