Uses of Class
org.jivesoftware.smackx.jingleold.JingleSessionRequest
-
Packages that use JingleSessionRequest Package Description org.jivesoftware.smackx.jingleold TODO describe me.org.jivesoftware.smackx.jingleold.listeners TODO describe me. -
-
Uses of JingleSessionRequest in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold with parameters of type JingleSessionRequest Modifier and Type Method Description JingleSession
JingleManager. createIncomingJingleSession(JingleSessionRequest request)
When the session request is acceptable, this method should be invoked.Constructors in org.jivesoftware.smackx.jingleold with parameters of type JingleSessionRequest Constructor Description JingleSession(XMPPConnection conn, JingleSessionRequest request, Jid initiator, Jid responder, java.util.List<JingleMediaManager> jingleMediaManagers)
JingleSession constructor (for an outgoing Jingle session). -
Uses of JingleSessionRequest in org.jivesoftware.smackx.jingleold.listeners
Methods in org.jivesoftware.smackx.jingleold.listeners with parameters of type JingleSessionRequest Modifier and Type Method Description void
JingleSessionRequestListener. sessionRequested(JingleSessionRequest request)
A request to start a session has been received from another user.
-