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 | Method and Description |
---|---|
Jingle |
JingleUtil.createSessionAccept(org.jxmpp.jid.FullJid recipient,
String sessionId,
JingleContent.Creator contentCreator,
String contentName,
JingleContent.Senders contentSenders,
JingleContentDescription description,
JingleContentTransport transport) |
Jingle |
JingleUtil.createSessionInitiate(org.jxmpp.jid.FullJid recipient,
String sessionId,
JingleContent.Creator contentCreator,
String contentName,
JingleContent.Senders contentSenders,
JingleContentDescription description,
JingleContentTransport transport) |
Jingle |
JingleUtil.createSessionInitiateFileOffer(org.jxmpp.jid.FullJid recipient,
String sessionId,
JingleContent.Creator contentCreator,
String contentName,
JingleContentDescription description,
JingleContentTransport transport) |
IQ |
JingleUtil.sendContentRejectFileNotAvailable(org.jxmpp.jid.FullJid recipient,
String sessionId,
JingleContentDescription description) |
IQ |
JingleUtil.sendSessionAccept(org.jxmpp.jid.FullJid recipient,
String sessionId,
JingleContent.Creator contentCreator,
String contentName,
JingleContent.Senders contentSenders,
JingleContentDescription description,
JingleContentTransport transport) |
IQ |
JingleUtil.sendSessionInitiate(org.jxmpp.jid.FullJid recipient,
String sessionId,
JingleContent.Creator contentCreator,
String contentName,
JingleContent.Senders contentSenders,
JingleContentDescription description,
JingleContentTransport transport) |
IQ |
JingleUtil.sendSessionInitiateFileOffer(org.jxmpp.jid.FullJid recipient,
String sessionId,
JingleContent.Creator contentCreator,
String contentName,
JingleContentDescription description,
JingleContentTransport transport) |
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> |