public class JingleUtil
extends java.lang.Object
Constructor and Description |
---|
JingleUtil(org.jivesoftware.smack.XMPPConnection connection) |
Modifier and Type | Method and Description |
---|---|
org.jivesoftware.smack.packet.IQ |
createAck(Jingle jingle) |
org.jivesoftware.smack.packet.IQ |
createErrorMalformedRequest(Jingle request) |
org.jivesoftware.smack.packet.IQ |
createErrorOutOfOrder(Jingle request) |
org.jivesoftware.smack.packet.IQ |
createErrorTieBreak(Jingle request) |
org.jivesoftware.smack.packet.IQ |
createErrorUnknownInitiator(Jingle request) |
org.jivesoftware.smack.packet.IQ |
createErrorUnknownSession(Jingle request) |
org.jivesoftware.smack.packet.IQ |
createErrorUnsupportedInfo(Jingle request) |
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) |
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) |
Jingle |
createSessionInitiateFileOffer(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId,
JingleContent.Creator contentCreator,
java.lang.String contentName,
JingleContentDescription description,
JingleContentTransport transport) |
Jingle |
createSessionPing(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
Jingle |
createSessionTerminate(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId,
JingleReason.Reason reason) |
Jingle |
createSessionTerminate(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId,
JingleReason reason) |
Jingle |
createSessionTerminateAlternativeSession(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId,
java.lang.String altSessionId) |
Jingle |
createSessionTerminateBusy(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
Jingle |
createSessionTerminateCancel(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
Jingle |
createSessionTerminateContentCancel(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId,
JingleContent.Creator contentCreator,
java.lang.String contentName) |
Jingle |
createSessionTerminateDecline(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
Jingle |
createSessionTerminateFailedApplication(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
Jingle |
createSessionTerminateFailedTransport(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
Jingle |
createSessionTerminateIncompatibleParameters(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
Jingle |
createSessionTerminateSuccess(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
Jingle |
createSessionTerminateUnsupportedApplications(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
Jingle |
createSessionTerminateUnsupportedTransports(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
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) |
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) |
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) |
void |
sendAck(Jingle jingle) |
org.jivesoftware.smack.packet.IQ |
sendContentRejectFileNotAvailable(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId,
JingleContentDescription description) |
void |
sendErrorMalformedRequest(Jingle request) |
void |
sendErrorOutOfOrder(Jingle request) |
void |
sendErrorTieBreak(Jingle request) |
void |
sendErrorUnknownInitiator(Jingle request) |
void |
sendErrorUnknownSession(Jingle request) |
void |
sendErrorUnsupportedInfo(Jingle request) |
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) |
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) |
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) |
org.jivesoftware.smack.packet.IQ |
sendSessionPing(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
org.jivesoftware.smack.packet.IQ |
sendSessionTerminateAlternativeSession(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId,
java.lang.String altSessionId) |
org.jivesoftware.smack.packet.IQ |
sendSessionTerminateBusy(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
org.jivesoftware.smack.packet.IQ |
sendSessionTerminateCancel(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
org.jivesoftware.smack.packet.IQ |
sendSessionTerminateContentCancel(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId,
JingleContent.Creator contentCreator,
java.lang.String contentName) |
org.jivesoftware.smack.packet.IQ |
sendSessionTerminateDecline(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
org.jivesoftware.smack.packet.IQ |
sendSessionTerminateFailedApplication(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
org.jivesoftware.smack.packet.IQ |
sendSessionTerminateFailedTransport(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
org.jivesoftware.smack.packet.IQ |
sendSessionTerminateIncompatibleParameters(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
org.jivesoftware.smack.packet.IQ |
sendSessionTerminateSuccess(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
org.jivesoftware.smack.packet.IQ |
sendSessionTerminateUnsupportedApplications(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
org.jivesoftware.smack.packet.IQ |
sendSessionTerminateUnsupportedTransports(org.jxmpp.jid.FullJid recipient,
java.lang.String sessionId) |
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) |
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) |
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) |
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)
public Jingle createSessionInitiateFileOffer(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName, JingleContentDescription description, JingleContentTransport transport)
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
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NoResponseException
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
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
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)
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
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
public Jingle createSessionTerminate(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleReason reason)
public Jingle createSessionTerminate(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleReason.Reason reason)
public Jingle createSessionTerminateDecline(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
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
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NoResponseException
public Jingle createSessionTerminateSuccess(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
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
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NotConnectedException
org.jivesoftware.smack.SmackException.NoResponseException
public Jingle createSessionTerminateBusy(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
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
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NotConnectedException
org.jivesoftware.smack.SmackException.NoResponseException
public Jingle createSessionTerminateAlternativeSession(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, java.lang.String altSessionId)
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
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NotConnectedException
org.jivesoftware.smack.SmackException.NoResponseException
public Jingle createSessionTerminateCancel(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
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
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NotConnectedException
org.jivesoftware.smack.SmackException.NoResponseException
public Jingle createSessionTerminateContentCancel(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContent.Creator contentCreator, java.lang.String contentName)
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
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NoResponseException
public Jingle createSessionTerminateUnsupportedTransports(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
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
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NotConnectedException
org.jivesoftware.smack.SmackException.NoResponseException
public Jingle createSessionTerminateFailedTransport(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
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
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NotConnectedException
org.jivesoftware.smack.SmackException.NoResponseException
public Jingle createSessionTerminateUnsupportedApplications(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
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
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NotConnectedException
org.jivesoftware.smack.SmackException.NoResponseException
public Jingle createSessionTerminateFailedApplication(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
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
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NotConnectedException
org.jivesoftware.smack.SmackException.NoResponseException
public Jingle createSessionTerminateIncompatibleParameters(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
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
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NotConnectedException
org.jivesoftware.smack.SmackException.NoResponseException
public org.jivesoftware.smack.packet.IQ sendContentRejectFileNotAvailable(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId, JingleContentDescription description)
public Jingle createSessionPing(org.jxmpp.jid.FullJid recipient, java.lang.String sessionId)
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
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NoResponseException
public org.jivesoftware.smack.packet.IQ createAck(Jingle jingle)
public void sendAck(Jingle jingle) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
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)
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
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NoResponseException
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)
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
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NoResponseException
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)
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
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
org.jivesoftware.smack.XMPPException.XMPPErrorException
org.jivesoftware.smack.SmackException.NoResponseException
public org.jivesoftware.smack.packet.IQ createErrorUnknownSession(Jingle request)
public void sendErrorUnknownSession(Jingle request) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
public org.jivesoftware.smack.packet.IQ createErrorUnknownInitiator(Jingle request)
public void sendErrorUnknownInitiator(Jingle request) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
public org.jivesoftware.smack.packet.IQ createErrorUnsupportedInfo(Jingle request)
public void sendErrorUnsupportedInfo(Jingle request) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
public org.jivesoftware.smack.packet.IQ createErrorTieBreak(Jingle request)
public void sendErrorTieBreak(Jingle request) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
public org.jivesoftware.smack.packet.IQ createErrorOutOfOrder(Jingle request)
public void sendErrorOutOfOrder(Jingle request) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException
public org.jivesoftware.smack.packet.IQ createErrorMalformedRequest(Jingle request)
public void sendErrorMalformedRequest(Jingle request) throws org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
org.jivesoftware.smack.SmackException.NotConnectedException
java.lang.InterruptedException