Uses of Class
org.jivesoftware.smackx.jingleold.JingleSessionRequest
Packages that use JingleSessionRequest
Package
Description
TODO describe me.
TODO describe me.
- 
Uses of JingleSessionRequest in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold with parameters of type JingleSessionRequestModifier and TypeMethodDescriptionJingleManager.createIncomingJingleSession(JingleSessionRequest request) When the session request is acceptable, this method should be invoked.Constructors in org.jivesoftware.smackx.jingleold with parameters of type JingleSessionRequestModifierConstructorDescriptionJingleSession(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
Methods in org.jivesoftware.smackx.jingleold.listeners with parameters of type JingleSessionRequestModifier and TypeMethodDescriptionvoidJingleSessionRequestListener.sessionRequested(JingleSessionRequest request) A request to start a session has been received from another user.