Package org.jivesoftware.smackx.jingle
Class JingleUtil
- java.lang.Object
-
- org.jivesoftware.smackx.jingle.JingleUtil
-
public class JingleUtil extends java.lang.ObjectUtil to quickly create and send jingle stanzas.
-
-
Constructor Summary
Constructors Constructor Description JingleUtil(org.jivesoftware.smack.XMPPConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jivesoftware.smack.packet.IQcreateAck(Jingle jingle)org.jivesoftware.smack.packet.IQcreateErrorMalformedRequest(Jingle request)org.jivesoftware.smack.packet.IQcreateErrorOutOfOrder(Jingle request)org.jivesoftware.smack.packet.IQcreateErrorTieBreak(Jingle request)org.jivesoftware.smack.packet.IQcreateErrorUnknownInitiator(Jingle request)org.jivesoftware.smack.packet.IQcreateErrorUnknownSession(Jingle request)org.jivesoftware.smack.packet.IQcreateErrorUnsupportedInfo(Jingle request)JinglecreateSessionAccept(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport)JinglecreateSessionInitiate(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport)JinglecreateSessionInitiateFileOffer(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentDescription description, JingleContentTransport transport)JinglecreateSessionPing(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)JinglecreateSessionTerminate(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleReason reason)JinglecreateSessionTerminate(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleReason.Reason reason)JinglecreateSessionTerminateAlternativeSession(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, java.lang.String altSessionId)JinglecreateSessionTerminateBusy(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)JinglecreateSessionTerminateCancel(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)JinglecreateSessionTerminateContentCancel(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName)JinglecreateSessionTerminateDecline(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)JinglecreateSessionTerminateFailedApplication(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)JinglecreateSessionTerminateFailedTransport(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)JinglecreateSessionTerminateIncompatibleParameters(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)JinglecreateSessionTerminateSuccess(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)JinglecreateSessionTerminateUnsupportedApplications(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)JinglecreateSessionTerminateUnsupportedTransports(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)JinglecreateTransportAccept(org.jxmpp.jid.FullJid recipient, org.jxmpp.jid.FullJid initiator, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentTransport transport)JinglecreateTransportReject(org.jxmpp.jid.FullJid recipient, org.jxmpp.jid.FullJid initiator, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentTransport transport)JinglecreateTransportReplace(org.jxmpp.jid.FullJid recipient, org.jxmpp.jid.FullJid initiator, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentTransport transport)voidsendAck(Jingle jingle)org.jivesoftware.smack.packet.IQsendContentRejectFileNotAvailable(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContentDescription description)voidsendErrorMalformedRequest(Jingle request)voidsendErrorOutOfOrder(Jingle request)voidsendErrorTieBreak(Jingle request)voidsendErrorUnknownInitiator(Jingle request)voidsendErrorUnknownSession(Jingle request)voidsendErrorUnsupportedInfo(Jingle request)org.jivesoftware.smack.packet.IQsendSessionAccept(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport)org.jivesoftware.smack.packet.IQsendSessionInitiate(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport)org.jivesoftware.smack.packet.IQsendSessionInitiateFileOffer(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentDescription description, JingleContentTransport transport)org.jivesoftware.smack.packet.IQsendSessionPing(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)org.jivesoftware.smack.packet.IQsendSessionTerminateAlternativeSession(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, java.lang.String altSessionId)org.jivesoftware.smack.packet.IQsendSessionTerminateBusy(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)org.jivesoftware.smack.packet.IQsendSessionTerminateCancel(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)org.jivesoftware.smack.packet.IQsendSessionTerminateContentCancel(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName)org.jivesoftware.smack.packet.IQsendSessionTerminateDecline(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)org.jivesoftware.smack.packet.IQsendSessionTerminateFailedApplication(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)org.jivesoftware.smack.packet.IQsendSessionTerminateFailedTransport(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)org.jivesoftware.smack.packet.IQsendSessionTerminateIncompatibleParameters(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)org.jivesoftware.smack.packet.IQsendSessionTerminateSuccess(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)org.jivesoftware.smack.packet.IQsendSessionTerminateUnsupportedApplications(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)org.jivesoftware.smack.packet.IQsendSessionTerminateUnsupportedTransports(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)org.jivesoftware.smack.packet.IQsendTransportAccept(org.jxmpp.jid.FullJid recipient, org.jxmpp.jid.FullJid initiator, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentTransport transport)org.jivesoftware.smack.packet.IQsendTransportReject(org.jxmpp.jid.FullJid recipient, org.jxmpp.jid.FullJid initiator, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentTransport transport)org.jivesoftware.smack.packet.IQsendTransportReplace(org.jxmpp.jid.FullJid recipient, org.jxmpp.jid.FullJid initiator, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentTransport transport)
-
-
-
Method Detail
-
createSessionInitiate
public Jingle createSessionInitiate(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport)
-
createSessionInitiateFileOffer
public Jingle createSessionInitiateFileOffer(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentDescription description, JingleContentTransport transport)
-
sendSessionInitiateFileOffer
public org.jivesoftware.smack.packet.IQ sendSessionInitiateFileOffer(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentDescription description, JingleContentTransport transport) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
sendSessionInitiate
public org.jivesoftware.smack.packet.IQ sendSessionInitiate(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
createSessionAccept
public Jingle createSessionAccept(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport)
-
sendSessionAccept
public org.jivesoftware.smack.packet.IQ sendSessionAccept(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
createSessionTerminate
public Jingle createSessionTerminate(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleReason reason)
-
createSessionTerminate
public Jingle createSessionTerminate(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleReason.Reason reason)
-
createSessionTerminateDecline
public Jingle createSessionTerminateDecline(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
-
sendSessionTerminateDecline
public org.jivesoftware.smack.packet.IQ sendSessionTerminateDecline(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createSessionTerminateSuccess
public Jingle createSessionTerminateSuccess(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
-
sendSessionTerminateSuccess
public org.jivesoftware.smack.packet.IQ sendSessionTerminateSuccess(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId) throws java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
java.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createSessionTerminateBusy
public Jingle createSessionTerminateBusy(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
-
sendSessionTerminateBusy
public org.jivesoftware.smack.packet.IQ sendSessionTerminateBusy(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId) throws java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
java.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createSessionTerminateAlternativeSession
public Jingle createSessionTerminateAlternativeSession(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, java.lang.String altSessionId)
-
sendSessionTerminateAlternativeSession
public org.jivesoftware.smack.packet.IQ sendSessionTerminateAlternativeSession(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, java.lang.String altSessionId) throws java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
java.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createSessionTerminateCancel
public Jingle createSessionTerminateCancel(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
-
sendSessionTerminateCancel
public org.jivesoftware.smack.packet.IQ sendSessionTerminateCancel(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId) throws java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
java.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createSessionTerminateContentCancel
public Jingle createSessionTerminateContentCancel(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName)
-
sendSessionTerminateContentCancel
public org.jivesoftware.smack.packet.IQ sendSessionTerminateContentCancel(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createSessionTerminateUnsupportedTransports
public Jingle createSessionTerminateUnsupportedTransports(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
-
sendSessionTerminateUnsupportedTransports
public org.jivesoftware.smack.packet.IQ sendSessionTerminateUnsupportedTransports(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId) throws java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
java.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createSessionTerminateFailedTransport
public Jingle createSessionTerminateFailedTransport(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
-
sendSessionTerminateFailedTransport
public org.jivesoftware.smack.packet.IQ sendSessionTerminateFailedTransport(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId) throws java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
java.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createSessionTerminateUnsupportedApplications
public Jingle createSessionTerminateUnsupportedApplications(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
-
sendSessionTerminateUnsupportedApplications
public org.jivesoftware.smack.packet.IQ sendSessionTerminateUnsupportedApplications(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId) throws java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
java.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createSessionTerminateFailedApplication
public Jingle createSessionTerminateFailedApplication(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
-
sendSessionTerminateFailedApplication
public org.jivesoftware.smack.packet.IQ sendSessionTerminateFailedApplication(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId) throws java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
java.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createSessionTerminateIncompatibleParameters
public Jingle createSessionTerminateIncompatibleParameters(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
-
sendSessionTerminateIncompatibleParameters
public org.jivesoftware.smack.packet.IQ sendSessionTerminateIncompatibleParameters(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId) throws java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
java.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
sendContentRejectFileNotAvailable
public org.jivesoftware.smack.packet.IQ sendContentRejectFileNotAvailable(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContentDescription description)
-
createSessionPing
public Jingle createSessionPing(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
-
sendSessionPing
public org.jivesoftware.smack.packet.IQ sendSessionPing(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createAck
public org.jivesoftware.smack.packet.IQ createAck(Jingle jingle)
-
sendAck
public void sendAck(Jingle jingle) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
createTransportReplace
public Jingle createTransportReplace(org.jxmpp.jid.FullJid recipient, org.jxmpp.jid.FullJid initiator, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentTransport transport)
-
sendTransportReplace
public org.jivesoftware.smack.packet.IQ sendTransportReplace(org.jxmpp.jid.FullJid recipient, org.jxmpp.jid.FullJid initiator, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentTransport transport) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createTransportAccept
public Jingle createTransportAccept(org.jxmpp.jid.FullJid recipient, org.jxmpp.jid.FullJid initiator, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentTransport transport)
-
sendTransportAccept
public org.jivesoftware.smack.packet.IQ sendTransportAccept(org.jxmpp.jid.FullJid recipient, org.jxmpp.jid.FullJid initiator, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentTransport transport) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createTransportReject
public Jingle createTransportReject(org.jxmpp.jid.FullJid recipient, org.jxmpp.jid.FullJid initiator, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentTransport transport)
-
sendTransportReject
public org.jivesoftware.smack.packet.IQ sendTransportReject(org.jxmpp.jid.FullJid recipient, org.jxmpp.jid.FullJid initiator, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentTransport transport) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NoResponseException- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
createErrorUnknownSession
public org.jivesoftware.smack.packet.IQ createErrorUnknownSession(Jingle request)
-
sendErrorUnknownSession
public void sendErrorUnknownSession(Jingle request) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
createErrorUnknownInitiator
public org.jivesoftware.smack.packet.IQ createErrorUnknownInitiator(Jingle request)
-
sendErrorUnknownInitiator
public void sendErrorUnknownInitiator(Jingle request) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
createErrorUnsupportedInfo
public org.jivesoftware.smack.packet.IQ createErrorUnsupportedInfo(Jingle request)
-
sendErrorUnsupportedInfo
public void sendErrorUnsupportedInfo(Jingle request) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
createErrorTieBreak
public org.jivesoftware.smack.packet.IQ createErrorTieBreak(Jingle request)
-
sendErrorTieBreak
public void sendErrorTieBreak(Jingle request) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
createErrorOutOfOrder
public org.jivesoftware.smack.packet.IQ createErrorOutOfOrder(Jingle request)
-
sendErrorOutOfOrder
public void sendErrorOutOfOrder(Jingle request) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
createErrorMalformedRequest
public org.jivesoftware.smack.packet.IQ createErrorMalformedRequest(Jingle request)
-
sendErrorMalformedRequest
public void sendErrorMalformedRequest(Jingle request) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
org.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
-