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

Packages that use JingleDescription
org.jivesoftware.smackx.jingle.media   
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of JingleDescription in org.jivesoftware.smackx.jingle.media
 

Methods in org.jivesoftware.smackx.jingle.media that return JingleDescription
 JingleDescription MediaNegotiator.getJingleDescription()
          Create a JingleDescription that matches this negotiator.
 

Uses of JingleDescription in org.jivesoftware.smackx.packet
 

Subclasses of JingleDescription in org.jivesoftware.smackx.packet
static class JingleDescription.Audio
          Jingle audio description
 

Methods in org.jivesoftware.smackx.packet that return JingleDescription
 JingleDescription JingleContent.getDescription()
          Gets the description for this Jingle content.
 

Methods in org.jivesoftware.smackx.packet with parameters of type JingleDescription
 void JingleContent.setDescription(JingleDescription description)
          Sets the description for this Jingle content.