Uses of Class
org.jivesoftware.smackx.jingleold.packet.Jingle
Package
Description
TODO describe me.
TODO describe me.
-
Uses of Jingle in org.jivesoftware.smackx.jingleold
Modifier and TypeMethodDescriptionJingleSessionRequest.getJingle()
Returns the Jingle stanza that was sent by the requester which contains the parameters of the session.JingleSession.sendFormattedJingle
(IQ iq, Jingle jout) Complete and send a packet.JingleSession.sendFormattedJingle
(Jingle jout) Complete and send a packet.Modifier and TypeMethodDescriptionabstract IQ
JingleSessionState.processJingle
(JingleSession session, Jingle jingle, JingleActionEnum action) Process an incoming Jingle Packet.JingleSessionStateActive.processJingle
(JingleSession session, Jingle jingle, JingleActionEnum action) JingleSessionStateEnded.processJingle
(JingleSession session, Jingle jingle, JingleActionEnum action) Pretty much nothing is valid for receiving once we've ended the session.JingleSessionStatePending.processJingle
(JingleSession session, Jingle jingle, JingleActionEnum action) JingleSessionStateUnknown.processJingle
(JingleSession session, Jingle jingle, JingleActionEnum action) JingleSession.sendFormattedJingle
(IQ iq, Jingle jout) Complete and send a packet.JingleSession.sendFormattedJingle
(Jingle jout) Complete and send a packet.ModifierConstructorDescriptionJingleSessionRequest
(JingleManager manager, Jingle jingle) A receive request is constructed from the Jingle Initiation request received from the initiator. -
Uses of Jingle in org.jivesoftware.smackx.jingleold.provider
Modifier and TypeMethodDescriptionJingleProvider.parse
(XmlPullParser parser, int intialDepth, IqData iqData, XmlEnvironment xmlEnvironment) Parse a iq/jingle element.