Uses of Class
org.jivesoftware.smackx.jingleold.packet.Jingle
-
Packages that use Jingle Package Description org.jivesoftware.smackx.jingleold TODO describe me.org.jivesoftware.smackx.jingleold.provider TODO describe me. -
-
Uses of Jingle in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold that return Jingle Modifier and Type Method Description Jingle
JingleSessionRequest. getJingle()
Returns the Jingle stanza that was sent by the requester which contains the parameters of the session.Jingle
JingleSession. sendFormattedJingle(IQ iq, Jingle jout)
Complete and send a packet.Jingle
JingleSession. sendFormattedJingle(Jingle jout)
Complete and send a packet.Methods in org.jivesoftware.smackx.jingleold with parameters of type Jingle Modifier and Type Method Description abstract IQ
JingleSessionState. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)
Process an incoming Jingle Packet.IQ
JingleSessionStateActive. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)
IQ
JingleSessionStateEnded. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)
Pretty much nothing is valid for receiving once we've ended the session.IQ
JingleSessionStatePending. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)
IQ
JingleSessionStateUnknown. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)
Jingle
JingleSession. sendFormattedJingle(IQ iq, Jingle jout)
Complete and send a packet.Jingle
JingleSession. sendFormattedJingle(Jingle jout)
Complete and send a packet.Constructors in org.jivesoftware.smackx.jingleold with parameters of type Jingle Constructor Description JingleSessionRequest(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 Jingle Modifier and Type Method Description Jingle
JingleProvider. parse(XmlPullParser parser, int intialDepth, XmlEnvironment xmlEnvironment)
Parse a iq/jingle element.
-