Uses of Class
org.jivesoftware.smackx.jingleold.packet.Jingle
Packages that use Jingle
Package
Description
TODO describe me.
TODO describe me.
-
Uses of Jingle in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold that return JingleModifier 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.Methods in org.jivesoftware.smackx.jingleold with parameters of type JingleModifier 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.Constructors in org.jivesoftware.smackx.jingleold with parameters of type JingleModifierConstructorDescriptionJingleSessionRequest
(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
Methods in org.jivesoftware.smackx.jingleold.provider that return JingleModifier and TypeMethodDescriptionJingleProvider.parse
(XmlPullParser parser, int intialDepth, IqData iqData, XmlEnvironment xmlEnvironment) Parse a iq/jingle element.