| Package | Description |
|---|---|
| org.jivesoftware.smackx.jingle | |
| org.jivesoftware.smackx.jingle.packet |
| 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.
|