Package | Description |
---|---|
org.jivesoftware.smackx.jingle |
Smack's API for XEP-0166: Jingle.
|
org.jivesoftware.smackx.jingle_filetransfer.element |
Smack's API for XEP-0234: Jingle File Transfer.
|
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 | Class and Description |
---|---|
class |
JingleFileTransfer
File element.
|
Modifier and Type | Class and Description |
---|---|
class |
UnknownJingleContentDescription |
Modifier and Type | Method and Description |
---|---|
JingleContentDescription |
JingleContent.getDescription()
Gets the description for this Jingle content.
|
Modifier and Type | Method and Description |
---|---|
JingleContent.Builder |
JingleContent.Builder.setDescription(JingleContentDescription description) |
Modifier and Type | Class and Description |
---|---|
class |
JingleContentDescriptionProvider<D extends JingleContentDescription> |