Uses of Class
org.jivesoftware.smackx.jingle.element.JingleContent
Packages that use 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
Fields in org.jivesoftware.smackx.jingle with type parameters of type JingleContentMethods in org.jivesoftware.smackx.jingle that return types with arguments of type JingleContentConstructor parameters in org.jivesoftware.smackx.jingle with type arguments of type JingleContentModifierConstructorDescriptionJingleSession
(FullJid initiator, FullJid responder, Role role, String sid, List<JingleContent> contents) -
Uses of JingleContent in org.jivesoftware.smackx.jingle.element
Methods in org.jivesoftware.smackx.jingle.element that return JingleContentModifier and TypeMethodDescriptionJingleContent.Builder.build()
Jingle.getSoleContentOrThrow()
Get the only jingle content if one exists, ornull
.Methods in org.jivesoftware.smackx.jingle.element that return types with arguments of type JingleContentMethods in org.jivesoftware.smackx.jingle.element with parameters of type JingleContent -
Uses of JingleContent in org.jivesoftware.smackx.jingle.provider
Methods in org.jivesoftware.smackx.jingle.provider that return JingleContentModifier and TypeMethodDescriptionstatic JingleContent
JingleProvider.parseJingleContent
(XmlPullParser parser, int initialDepth)