Uses of Class
org.jivesoftware.smackx.jingle.element.JingleContent
Package
Description
Smack's API for XEP-0166: Jingle.
Stanzas and Extension Elements for XEP-0166: Jingle.
Providers and parsers for XEP-0166: Jingle.
-
Uses of JingleContent in org.jivesoftware.smackx.jingle
ModifierConstructorDescriptionJingleSession
(FullJid initiator, FullJid responder, Role role, String sid, List<JingleContent> contents) -
Uses of JingleContent in org.jivesoftware.smackx.jingle.element
Modifier and TypeMethodDescriptionJingleContent.Builder.build()
Jingle.getSoleContentOrThrow()
Get the only jingle content if one exists, ornull
. -
Uses of JingleContent in org.jivesoftware.smackx.jingle.provider
Modifier and TypeMethodDescriptionstatic JingleContent
JingleProvider.parseJingleContent
(XmlPullParser parser, int initialDepth)