Uses of Class
org.jivesoftware.smack.packet.StanzaBuilder
Package
Description
XML stanzas and extension elements that are part of the XMPP protocol.
Utility classes.
Element classes for XEP-0050: Ad-Hoc Commands.
Element classes for XEP-0030: Service Discovery.
Element classes for XEP-0092: Software Version.
Stanzas and Extension Elements for XEP-0166: Jingle.
Smacks implementation for attaching arbitrary properties to packets according to
https://docs.jivesoftware.com/smack/latest/documentation/properties.html.
Element classes of XEP-0202: Entity Time.
-
Uses of StanzaBuilder in org.jivesoftware.smack.packet
Modifier and TypeClassDescriptionclass
MessageOrPresenceBuilder<MP extends MessageOrPresence<? extends MessageOrPresenceBuilder<MP,
SB>>, SB extends StanzaBuilder<SB>> class
StanzaBuilder<B extends StanzaBuilder<B>>
Modifier and TypeClassDescriptionclass
AbstractIqBuilder<IB extends AbstractIqBuilder<IB>>
static final class
class
final class
final class
class
MessageOrPresenceBuilder<MP extends MessageOrPresence<? extends MessageOrPresenceBuilder<MP,
SB>>, SB extends StanzaBuilder<SB>> final class
Modifier and TypeMethodDescriptionstatic <SB extends StanzaBuilder<?>>
SBStanzaBuilder.buildResponse
(StanzaView request, Function<SB, String> builderFromStanzaId) ModifierConstructorDescriptionprotected
MessageOrPresence
(StanzaBuilder<?> stanzaBuilder) protected
Stanza
(StanzaBuilder<?> stanzaBuilder) protected
StanzaBuilder
(StanzaBuilder<?> other) -
Uses of StanzaBuilder in org.jivesoftware.smack.util
Modifier and TypeMethodDescriptionstatic void
PacketParserUtils.addExtensionElement
(StanzaBuilder<?> stanzaBuilder, XmlPullParser parser, String elementName, String namespace, XmlEnvironment outerXmlEnvironment) static void
PacketParserUtils.addExtensionElement
(StanzaBuilder<?> stanzaBuilder, XmlPullParser parser, XmlEnvironment outerXmlEnvironment) -
Uses of StanzaBuilder in org.jivesoftware.smackx.commands.packet
-
Uses of StanzaBuilder in org.jivesoftware.smackx.disco.packet
-
Uses of StanzaBuilder in org.jivesoftware.smackx.iqversion.packet
-
Uses of StanzaBuilder in org.jivesoftware.smackx.jingle.element
-
Uses of StanzaBuilder in org.jivesoftware.smackx.jiveproperties
Modifier and TypeMethodDescriptionstatic void
JivePropertiesManager.addProperty
(StanzaBuilder<?> stanzaBuilder, String name, Object value) Convenience method to add a property to a stanza. -
Uses of StanzaBuilder in org.jivesoftware.smackx.time.packet