Uses of Class
org.jivesoftware.smackx.jingleold.JingleSessionRequest
Package
Description
TODO describe me.
TODO describe me.
-
Uses of JingleSessionRequest in org.jivesoftware.smackx.jingleold
Modifier and TypeMethodDescriptionJingleManager.createIncomingJingleSession
(JingleSessionRequest request) When the session request is acceptable, this method should be invoked.ModifierConstructorDescriptionJingleSession
(XMPPConnection conn, JingleSessionRequest request, Jid initiator, Jid responder, List<JingleMediaManager> jingleMediaManagers) JingleSession constructor (for an outgoing Jingle session). -
Uses of JingleSessionRequest in org.jivesoftware.smackx.jingleold.listeners
Modifier and TypeMethodDescriptionvoid
JingleSessionRequestListener.sessionRequested
(JingleSessionRequest request) A request to start a session has been received from another user.