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.
|
org.jivesoftware.smackx.jingle.transports |
Smack's API for XEP-0261: Jingle In-Band Bytestreams.
|
org.jivesoftware.smackx.jingle.transports.jingle_ibb |
Smack's API for XEP-0261: Jingle In-Band Bytestreams.
|
org.jivesoftware.smackx.jingle.transports.jingle_s5b |
Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.
|
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) |
Jingle |
JingleUtil.createSessionPing(org.jxmpp.jid.FullJid recipient,
String sessionId) |
Jingle |
JingleUtil.createSessionTerminate(org.jxmpp.jid.FullJid recipient,
String sessionId,
JingleReason.Reason reason) |
Jingle |
JingleUtil.createSessionTerminate(org.jxmpp.jid.FullJid recipient,
String sessionId,
JingleReason reason) |
Jingle |
JingleUtil.createSessionTerminateAlternativeSession(org.jxmpp.jid.FullJid recipient,
String sessionId,
String altSessionId) |
Jingle |
JingleUtil.createSessionTerminateBusy(org.jxmpp.jid.FullJid recipient,
String sessionId) |
Jingle |
JingleUtil.createSessionTerminateCancel(org.jxmpp.jid.FullJid recipient,
String sessionId) |
Jingle |
JingleUtil.createSessionTerminateContentCancel(org.jxmpp.jid.FullJid recipient,
String sessionId,
JingleContent.Creator contentCreator,
String contentName) |
Jingle |
JingleUtil.createSessionTerminateDecline(org.jxmpp.jid.FullJid recipient,
String sessionId) |
Jingle |
JingleUtil.createSessionTerminateFailedApplication(org.jxmpp.jid.FullJid recipient,
String sessionId) |
Jingle |
JingleUtil.createSessionTerminateFailedTransport(org.jxmpp.jid.FullJid recipient,
String sessionId) |
Jingle |
JingleUtil.createSessionTerminateIncompatibleParameters(org.jxmpp.jid.FullJid recipient,
String sessionId) |
Jingle |
JingleUtil.createSessionTerminateSuccess(org.jxmpp.jid.FullJid recipient,
String sessionId) |
Jingle |
JingleUtil.createSessionTerminateUnsupportedApplications(org.jxmpp.jid.FullJid recipient,
String sessionId) |
Jingle |
JingleUtil.createSessionTerminateUnsupportedTransports(org.jxmpp.jid.FullJid recipient,
String sessionId) |
Jingle |
JingleUtil.createTransportAccept(org.jxmpp.jid.FullJid recipient,
org.jxmpp.jid.FullJid initiator,
String sessionId,
JingleContent.Creator contentCreator,
String contentName,
JingleContentTransport transport) |
Jingle |
JingleUtil.createTransportReject(org.jxmpp.jid.FullJid recipient,
org.jxmpp.jid.FullJid initiator,
String sessionId,
JingleContent.Creator contentCreator,
String contentName,
JingleContentTransport transport) |
Jingle |
JingleUtil.createTransportReplace(org.jxmpp.jid.FullJid recipient,
org.jxmpp.jid.FullJid initiator,
String sessionId,
JingleContent.Creator contentCreator,
String contentName,
JingleContentTransport transport) |
Modifier and Type | Method and Description |
---|---|
IQ |
JingleUtil.createAck(Jingle jingle) |
IQ |
JingleUtil.createErrorMalformedRequest(Jingle request) |
IQ |
JingleUtil.createErrorOutOfOrder(Jingle request) |
IQ |
JingleUtil.createErrorTieBreak(Jingle request) |
IQ |
JingleUtil.createErrorUnknownInitiator(Jingle request) |
IQ |
JingleUtil.createErrorUnknownSession(Jingle request) |
IQ |
JingleUtil.createErrorUnsupportedInfo(Jingle request) |
JingleTransportManager<?> |
JingleTransportMethodManager.getTransportManager(Jingle request) |
static JingleTransportManager<?> |
JingleTransportMethodManager.getTransportManager(XMPPConnection connection,
Jingle request) |
protected IQ |
JingleSession.handleContentAccept(Jingle contentAccept) |
protected IQ |
JingleSession.handleContentAdd(Jingle contentAdd) |
protected IQ |
JingleSession.handleContentModify(Jingle contentModify) |
protected IQ |
JingleSession.handleContentReject(Jingle contentReject) |
protected IQ |
JingleSession.handleContentRemove(Jingle contentRemove) |
protected IQ |
JingleSession.handleDescriptionInfo(Jingle descriptionInfo) |
IQ |
JingleHandler.handleJingleRequest(Jingle jingle) |
IQ |
JingleSession.handleJingleSessionRequest(Jingle jingle) |
IQ |
JingleSessionHandler.handleJingleSessionRequest(Jingle jingle) |
protected IQ |
JingleSession.handleSecurityInfo(Jingle securityInfo) |
protected IQ |
JingleSession.handleSessionAccept(Jingle sessionAccept) |
protected IQ |
JingleSession.handleSessionInfo(Jingle sessionInfo) |
protected IQ |
JingleSession.handleSessionInitiate(Jingle sessionInitiate) |
protected IQ |
JingleSession.handleSessionTerminate(Jingle sessionTerminate) |
protected IQ |
JingleSession.handleTransportAccept(Jingle transportAccept) |
protected IQ |
JingleSession.handleTransportReject(Jingle transportReject) |
protected IQ |
JingleSession.handleTransportReplace(Jingle transportReplace) |
void |
JingleUtil.sendAck(Jingle jingle) |
void |
JingleUtil.sendErrorMalformedRequest(Jingle request) |
void |
JingleUtil.sendErrorOutOfOrder(Jingle request) |
void |
JingleUtil.sendErrorTieBreak(Jingle request) |
void |
JingleUtil.sendErrorUnknownInitiator(Jingle request) |
void |
JingleUtil.sendErrorUnknownSession(Jingle request) |
void |
JingleUtil.sendErrorUnsupportedInfo(Jingle request) |
Modifier and Type | Method and Description |
---|---|
Jingle |
Jingle.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Jingle |
JingleProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
Modifier and Type | Method and Description |
---|---|
abstract IQ |
JingleTransportSession.handleTransportInfo(Jingle transportInfo) |
void |
JingleTransportSession.processJingle(Jingle jingle) |
Modifier and Type | Method and Description |
---|---|
IQ |
JingleIBBTransportSession.handleTransportInfo(Jingle transportInfo) |
Modifier and Type | Method and Description |
---|---|
Jingle |
JingleS5BTransportManager.createCandidateActivated(org.jxmpp.jid.FullJid remote,
org.jxmpp.jid.FullJid initiator,
String sessionId,
JingleContent.Senders senders,
JingleContent.Creator creator,
String name,
String streamId,
String candidateId) |
Jingle |
JingleS5BTransportManager.createCandidateError(org.jxmpp.jid.FullJid remote,
org.jxmpp.jid.FullJid initiator,
String sessionId,
JingleContent.Senders senders,
JingleContent.Creator creator,
String name,
String streamId) |
Jingle |
JingleS5BTransportManager.createCandidateUsed(org.jxmpp.jid.FullJid recipient,
org.jxmpp.jid.FullJid initiator,
String sessionId,
JingleContent.Senders contentSenders,
JingleContent.Creator contentCreator,
String contentName,
String streamId,
String candidateId) |
Jingle |
JingleS5BTransportManager.createProxyError(org.jxmpp.jid.FullJid remote,
org.jxmpp.jid.FullJid initiator,
String sessionId,
JingleContent.Senders senders,
JingleContent.Creator creator,
String name,
String streamId) |
Modifier and Type | Method and Description |
---|---|
IQ |
JingleS5BTransportSession.handleCandidateActivate(Jingle jingle) |
IQ |
JingleS5BTransportSession.handleCandidateError(Jingle jingle) |
IQ |
JingleS5BTransportSession.handleCandidateUsed(Jingle jingle) |
IQ |
JingleS5BTransportSession.handleProxyError(Jingle jingle) |
IQ |
JingleS5BTransportSession.handleTransportInfo(Jingle transportInfo) |