Uses of Class
org.jivesoftware.smackx.packet.Jingle

Packages that use Jingle
org.jivesoftware.smackx.jingle   
 

Uses of Jingle in org.jivesoftware.smackx.jingle
 

Methods in org.jivesoftware.smackx.jingle that return Jingle
 Jingle JingleSessionRequest.getJingle()
          Returns the Jingle packet 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.jingle with parameters of type Jingle
 IQ JingleSessionStateEnded.processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)
          Pretty much nothing is valid for receiving once we've ended the session.
abstract  IQ JingleSessionState.processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)
          Process an incoming Jingle Packet.
 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.jingle with parameters of type Jingle
JingleSessionRequest(JingleManager manager, Jingle jingle)
          A recieve request is constructed from the Jingle Initiation request received from the initator.