Uses of Class
org.jivesoftware.smack.packet.Stanza
Package
Description
Core classes of the Smack API.
Allows
StanzaCollector
and StanzaListener
instances to filter for stanzas with particular attributes.Filter based on the type of an XMPP address.
XML stanzas and extension elements that are part of the XMPP protocol.
Element classes for Rosters.
Smack's implementation of XEP-0198: Stream Management.
Predicates for requesting Stream Management acknowledgements.
XMPPTCPConnection Stream Management Predicates.
Utility classes.
Smack's API for XEP-0033: Extended Stanza Addressing.
Blocking command elements.
Bits of Binary elements.
Stanzas and extension elements for XEP-0047: In-Band Bytestreams.
Stanzas and extension elements for XEP-0065: SOCKS5 Bytestreams.
Element classes for XEP-0115: Entity Capabilities.
Stanzas and extension elements for XEP-0280: Message Carbons.
Chat Markers elements (XEP-0333).
Element classes for XEP-0050: Ad-Hoc Commands.
Smacks implementation of XEP-0203: Delayed Delivery, as well as XEP-0091: Legacy Delayed Delivery.
StanzaFilter classes for XEP-0203: Delayed Delivery, as well as XEP-0091: Legacy Delayed Delivery.
Element classes for XEP-0203: Delayed Delivery, as well as XEP-0091: Legacy Delayed Delivery.
Element classes for XEP-0030: Service Discovery.
XEP-0418: DNS Queries over XMPP (DoX) XML providers.
Element classes for XEP-0297: Stanza Forwarding.
Extension elements for the GCM XMPP extension.
Stanzas and extension elements for XEP-0332: HTTP over XMPP transport.
IQ stanzas and extensions for XEP-0363: HTTP File Upload.
Smack's API for XMPP IoT.
Smack's API for XMPP IoT.
Smack's API for XMPP IoT.
Smack's API for XMPP IoT.
Element classes for XEP-0012: Last Activity.
Element classes for XEP-0049: Private XML Storage.
Element classes for XEP-0077: In-Band Registration.
Element classes for XEP-0092: Software Version.
XML elements for XEP-0328: JID Prep.
Stanzas and Extension Elements for XEP-0166: Jingle.
TODO describe me.
TODO describe me.
Smacks implementation for attaching arbitrary properties to packets according to
https://docs.jivesoftware.com/smack/latest/documentation/properties.html.
Extension elements for XEP-0295: JSON Encodings for XMPP.
Packet classes and interfaces for Message Archive Management (MAM) XEP-0313.
Smack API for Multi-User Chat (MUC, XEP-0045).
Stanza filters for Multi-User Chat.
Element classes for XEP-0045: Multi-User Chat.
Multi-User Chat Light (MUC Light) elements.
Element classes for XEP-0013: Flexible Offline Message Retrieval.
Classes and interfaces for OMEMO Encryption.
StanzaListeners used for internal purposes.
Callbacks and listeners.
XML elements for XEP-0373: OpenPGP for XMPP.
Element classes for XEP-0199: XMPP Ping.
Element classes for XEP-0016: Privacy Lists.
Smack's API for XEP-0060: Publish-Subscribe.
Stanzas and extension elements for Publish-Subscribe (XEP-60).
Utilities for Publish-Subscribe (XEP-60).
Push Notifications elements (XEP-0357).
XEP-0184: Message Delivery Receipts.
Smack's API for XEP-0372: References.
Element classes of XEP-0059: Result Set Management.
Smacks implementation of XEP-0055: Jabber Search.
Element classes of shared groups.
Element classes for XEP-0131: Stanza Headers and Internet Metadata.
Element classes for XEP-0095: Stream Initiation.
Element classes of XEP-0202: Entity Time.
Element classes for XEP-0054: vcard-temp.
TODO describe me.
TODO describe me.
TODO describe me.
TODO describe me.
TODO describe me.
TODO describe me.
TODO describe me.
-
Uses of Stanza in org.jivesoftware.smack
Modifier and TypeMethodDescription<P extends Stanza>
PStanzaCollector.nextResult()
Returns the next available packet.<P extends Stanza>
PStanzaCollector.nextResult
(long timeout) Returns the next available stanza.<P extends Stanza>
PStanzaCollector.nextResultBlockForever()
Returns the next available packet.<P extends Stanza>
PStanzaCollector.nextResultOrThrow()
Returns the next available stanza.<P extends Stanza>
PStanzaCollector.nextResultOrThrow
(long timeout) Returns the next available stanza.<P extends Stanza>
PStanzaCollector.pollResult()
Polls to see if a stanza is currently available and returns it, or immediately returnsnull
if no packets are currently in the result queue.<P extends Stanza>
PStanzaCollector.pollResultOrThrow()
Polls to see if a stanza is currently available and returns it, or immediately returnsnull
if no packets are currently in the result queue.<S extends Stanza>
SmackFuture<S,Exception> AbstractXMPPConnection.sendAsync
(S stanza, StanzaFilter replyFilter) <S extends Stanza>
SmackFuture<S,Exception> AbstractXMPPConnection.sendAsync
(S stanza, StanzaFilter replyFilter, long timeout) <S extends Stanza>
SmackFuture<S,Exception> XMPPConnection.sendAsync
(S stanza, StanzaFilter replyFilter) Send a stanza asynchronously, waiting for exactly one response stanza using the given reply filter.<S extends Stanza>
SmackFuture<S,Exception> XMPPConnection.sendAsync
(S stanza, StanzaFilter replyFilter, long timeout) Send a stanza asynchronously, waiting for exactly one response stanza using the given reply filter.Modifier and TypeMethodDescriptionXMPPException.XMPPErrorException.getRequest()
Get the request which triggered the error response causing this exception.XMPPException.XMPPErrorException.getStanza()
Gets the stanza associated with this exception.Modifier and TypeMethodDescriptionStanzaCollector.getCollectedStanzasAfterCancelled()
Return a list of all collected stanzas.Modifier and TypeMethodDescriptionAbstractXMPPConnection.createStanzaCollectorAndSend
(StanzaFilter packetFilter, Stanza packet) XMPPConnection.createStanzaCollectorAndSend
(StanzaFilter stanzaFilter, Stanza stanza) Creates a new stanza collector for this connection.boolean
AbstractXMPPConnection.InterceptorWrapper.filterMatches
(Stanza packet) Deprecated.boolean
AbstractXMPPConnection.ListenerWrapper.filterMatches
(Stanza packet) protected abstract void
SmackFuture.InternalProcessStanzaSmackFuture.handleStanza
(Stanza stanza) static void
XMPPException.XMPPErrorException.ifHasErrorThenThrow
(Stanza packet) static void
XMPPException.XMPPErrorException.ifHasErrorThenThrow
(Stanza packet, Stanza request) protected void
AbstractXMPPConnection.invokeStanzaCollectorsAndNotifyRecvListeners
(Stanza packet) InvokeStanzaCollector.processStanza(Stanza)
for every StanzaCollector with the given packet.protected void
AbstractXMPPConnection.processStanza
(Stanza stanza) Processes a stanza after it's been fully parsed by looping through the installed stanza collectors and listeners and letting them examine the stanza to see if they are a match with the filter.final void
SmackFuture.InternalProcessStanzaSmackFuture.processStanza
(Stanza stanza) Wrapper method forSmackFuture.InternalProcessStanzaSmackFuture.handleStanza(Stanza)
.void
StanzaListener.processStanza
(Stanza packet) Process the next stanza sent to this stanza listener.final void
AbstractXMPPConnection.sendStanza
(Stanza stanza) void
XMPPConnection.sendStanza
(Stanza stanza) Sends the specified stanza to the server.final void
AbstractXMPPConnection.sendStanzaNonBlocking
(Stanza stanza) void
XMPPConnection.sendStanzaNonBlocking
(Stanza stanza) StanzaCollector.Configuration.setRequest
(Stanza request) boolean
AbstractXMPPConnection.trySendStanza
(Stanza stanza) boolean
AbstractXMPPConnection.trySendStanza
(Stanza stanza, long timeout, TimeUnit unit) boolean
XMPPConnection.trySendStanza
(Stanza stanza) Deprecated.boolean
XMPPConnection.trySendStanza
(Stanza stanza, long timeout, TimeUnit unit) Deprecated.useXMPPConnection.sendStanzaNonBlocking(Stanza)
instead.ModifierConstructorDescriptionXMPPErrorException
(Stanza stanza, StanzaError error) Creates a new XMPPErrorException with the XMPPError that was the root case of the exception.XMPPErrorException
(Stanza stanza, StanzaError error, Stanza request) Creates a new XMPPErrorException with the XMPPError that was the root case of the exception. -
Uses of Stanza in org.jivesoftware.smack.filter
Modifier and TypeClassDescriptionclass
FlexibleStanzaTypeFilter<S extends Stanza>
Filters for stanzas of a particular type and allows a custom method to further filter the packets.Modifier and TypeMethodDescriptionfinal boolean
final boolean
final boolean
boolean
boolean
final boolean
final boolean
boolean
boolean
boolean
boolean
boolean
boolean
Tests whether or not the specified stanza should pass the filter.boolean
boolean
protected abstract Jid
AbstractFromToMatchesFilter.getAddressToCompare
(Stanza stanza) protected Jid
FromMatchesFilter.getAddressToCompare
(Stanza stanza) protected Jid
ToMatchesFilter.getAddressToCompare
(Stanza stanza) protected abstract Jid
AbstractJidTypeFilter.getJidToInspect
(Stanza stanza) protected Jid
FromTypeFilter.getJidToInspect
(Stanza stanza) protected Jid
PossibleFromTypeFilter.getJidToInspect
(Stanza stanza) protected Jid
PossibleToTypeFilter.getJidToInspect
(Stanza stanza) protected Jid
ToTypeFilter.getJidToInspect
(Stanza stanza) default boolean
ModifierConstructorDescriptionStanzaTypeFilter
(Class<? extends Stanza> packetType) Creates a new stanza type filter that will filter for packets that are the same type aspacketType
. -
Uses of Stanza in org.jivesoftware.smack.filter.jidtype
Modifier and TypeMethodDescriptionboolean
protected abstract Jid
AbstractJidTypeFilter.getJidToMatchFrom
(Stanza stanza) protected Jid
FromJidTypeFilter.getJidToMatchFrom
(Stanza stanza) -
Uses of Stanza in org.jivesoftware.smack.packet
Modifier and TypeClassDescriptionfinal class
IQ stanza used by Smack to bind a resource and to obtain the jid assigned by the server.class
final class
An XMPP error IQ.class
The base IQ (Info/Query) packet.final class
Represents XMPP message packets.class
MessageOrPresence<MPB extends MessageOrPresenceBuilder<?,
?>> final class
Represents XMPP presence stanzas.class
IQ stanza that will be sent to the server to establish a session.class
A simple IQ.class
An IQ stanzas that could not be parsed because no provider was found.ModifierConstructorDescriptionprotected
MessageOrPresence
(Stanza other) protected
MessageOrPresenceBuilder
(Stanza stanza, String stanzaId) protected
MessageOrPresenceBuilder
(Stanza stanza, StanzaIdSource stanzaIdSource) protected
protected
StanzaBuilder
(Stanza message, String stanzaId) protected
StanzaBuilder
(Stanza message, StanzaIdSource stanzaIdSource) -
Uses of Stanza in org.jivesoftware.smack.roster.packet
-
Uses of Stanza in org.jivesoftware.smack.sm
Modifier and TypeMethodDescriptionStreamManagementException.StreamManagementCounterError.getAckedStanzas()
StreamManagementException.UnacknowledgedQueueFullException.getUnacknowledgesStanzas()
Modifier and TypeMethodDescriptionStreamManagementException.UnacknowledgedQueueFullException.newWith
(int overflowElementNum, List<Element> elements, BlockingQueue<Stanza> unacknowledgedStanzas) ModifierConstructorDescriptionStreamManagementCounterError
(long handledCount, long previousServerHandlerCount, long ackedStanzaCount, List<Stanza> ackedStanzas) -
Uses of Stanza in org.jivesoftware.smack.sm.predicates
-
Uses of Stanza in org.jivesoftware.smack.sm.predicates.tcp
Modifier and TypeMethodDescriptionboolean
static void
OnceForThisStanza.setup
(XMPPTCPConnection connection, Stanza packet) -
Uses of Stanza in org.jivesoftware.smack.util
Modifier and TypeMethodDescriptionstatic <S extends Stanza>
SPacketParserUtils.parseStanza
(String stanza) Modifier and TypeMethodDescriptionstatic Stanza
PacketParserUtils.parseStanza
(XmlPullParser parser, XmlEnvironment outerXmlEnvironment) Tries to parse and return either a Message, IQ or Presence stanza.Modifier and TypeMethodDescriptionstatic void
PacketParserUtils.addExtensionElement
(Stanza packet, XmlPullParser parser, String elementName, String namespace, XmlEnvironment outerXmlEnvironment) static void
PacketParserUtils.addExtensionElement
(Stanza packet, XmlPullParser parser, XmlEnvironment outerXmlEnvironment) -
Uses of Stanza in org.jivesoftware.smackx.address
Modifier and TypeMethodDescriptionstatic MultipleRecipientInfo
MultipleRecipientManager.getMultipleRecipientInfo
(Stanza packet) Returns theMultipleRecipientInfo
contained in the specified stanza ornull
if none was found.static void
MultipleRecipientManager.send
(XMPPConnection connection, Stanza packet, Collection<? extends Jid> to, Collection<? extends Jid> cc, Collection<? extends Jid> bcc) Sends the specified stanza to the collection of specified recipients using the specified connection.static void
MultipleRecipientManager.send
(XMPPConnection connection, Stanza packet, Collection<? extends Jid> to, Collection<? extends Jid> cc, Collection<? extends Jid> bcc, Jid replyTo, Jid replyRoom, boolean noReply) Sends the specified stanza to the collection of specified recipients using the specified connection. -
Uses of Stanza in org.jivesoftware.smackx.blocking.element
Modifier and TypeClassDescriptionclass
Block contact IQ class.class
Block list IQ class.class
Unblock contact IQ class. -
Uses of Stanza in org.jivesoftware.smackx.bob.element
-
Uses of Stanza in org.jivesoftware.smackx.bytestreams.ibb.packet
-
Uses of Stanza in org.jivesoftware.smackx.bytestreams.socks5.packet
Modifier and TypeClassDescriptionclass
A stanza representing part of a SOCKS5 Bytestream negotiation. -
Uses of Stanza in org.jivesoftware.smackx.caps.packet
-
Uses of Stanza in org.jivesoftware.smackx.carbons.packet
-
Uses of Stanza in org.jivesoftware.smackx.chat_markers.filter
Modifier and TypeMethodDescriptionboolean
From XEP-0333, Protocol Format: The Chat Marker MUST have an 'id' which is the 'id' of the message being marked.
In order to make Chat Markers works together with XEP-0085 as it said in 8.5 Interaction with Chat States, only messages withactive
chat state are accepted. -
Uses of Stanza in org.jivesoftware.smackx.commands.packet
Modifier and TypeClassDescriptionclass
Represents the state and the request of the execution of an adhoc command. -
Uses of Stanza in org.jivesoftware.smackx.delay
Modifier and TypeMethodDescriptionstatic DelayInformation
DelayInformationManager.getDelayInformation
(Stanza packet) Get Delayed Delivery information.static Date
DelayInformationManager.getDelayTimestamp
(Stanza packet) Get the Delayed Delivery timestamp ornull
.static DelayInformation
DelayInformationManager.getLegacyDelayInformation
(Stanza packet) Get Delayed Delivery information as defined in XEP-91static DelayInformation
DelayInformationManager.getXep203DelayInformation
(Stanza packet) Get Delayed Delivery information as defined in XEP-203static boolean
DelayInformationManager.isDelayedStanza
(Stanza packet) Check if the given stanza is a delayed stanza as of XEP-203. -
Uses of Stanza in org.jivesoftware.smackx.delay.filter
-
Uses of Stanza in org.jivesoftware.smackx.delay.packet
Modifier and TypeMethodDescriptionstatic DelayInformation
Return delay information from the given stanza.static DelayInformation
Deprecated.useDelayInformation.from(Stanza)
instead -
Uses of Stanza in org.jivesoftware.smackx.disco.packet
Modifier and TypeClassDescriptionclass
A DiscoverInfo IQ packet, which is used by XMPP clients to request and receive information to/from other XMPP entities.class
A DiscoverItems IQ packet, which is used by XMPP clients to request and receive items associated with XMPP entities. -
Uses of Stanza in org.jivesoftware.smackx.dox.element
-
Uses of Stanza in org.jivesoftware.smackx.forward.packet
Modifier and TypeClassDescriptionclass
Stanza extension for XEP-0297: Stanza Forwarding.Modifier and TypeMethodDescriptionboolean
Forwarded.isForwarded
(Class<? extends Stanza> stanzaClass) Check if this is forwarding a stanza of the provided class. -
Uses of Stanza in org.jivesoftware.smackx.gcm.packet
Modifier and TypeMethodDescriptionstatic GcmPacketExtension
Retrieve the GCM stanza extension from the packet. -
Uses of Stanza in org.jivesoftware.smackx.hoxt.packet
Modifier and TypeClassDescriptionclass
Abstract parent for Req and Resp IQ packets.final class
Represents Req IQ packet.final class
Represents Resp IQ packet. -
Uses of Stanza in org.jivesoftware.smackx.httpfileupload.element
Modifier and TypeClassDescriptionclass
Slot responded by upload service.class
class
Upload slot request.class
-
Uses of Stanza in org.jivesoftware.smackx.iot.control.element
-
Uses of Stanza in org.jivesoftware.smackx.iot.data.element
-
Uses of Stanza in org.jivesoftware.smackx.iot.discovery.element
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of Stanza in org.jivesoftware.smackx.iot.provisioning.element
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of Stanza in org.jivesoftware.smackx.iqlast.packet
Modifier and TypeClassDescriptionclass
A last activity IQ for retrieving information about the last activity associated with a Jabber ID. -
Uses of Stanza in org.jivesoftware.smackx.iqprivate.packet
-
Uses of Stanza in org.jivesoftware.smackx.iqregister.packet
-
Uses of Stanza in org.jivesoftware.smackx.iqversion.packet
Modifier and TypeClassDescriptionclass
A Version IQ packet, which is used by XMPP clients to discover version information about the software running at another entity's JID. -
Uses of Stanza in org.jivesoftware.smackx.jid_prep.element
-
Uses of Stanza in org.jivesoftware.smackx.jingle.element
-
Uses of Stanza in org.jivesoftware.smackx.jingleold.nat
Modifier and TypeClassDescriptionclass
RTPBridge IQ Stanza used to request and retrieve a RTPBridge Candidates that can be used for a Jingle Media Transmission between two parties that are behind NAT.class
STUN IQ Stanza used to request and retrieve a STUN server and port to make p2p connections easier. -
Uses of Stanza in org.jivesoftware.smackx.jingleold.packet
Modifier and TypeClassDescriptionclass
An Jingle sub-packet, which is used by XMPP clients to exchange info like descriptions and transports. -
Uses of Stanza in org.jivesoftware.smackx.jiveproperties
Modifier and TypeMethodDescriptionJivePropertiesManager.getProperties
(Stanza packet) Return a map of all properties of the given packet.static Collection<String>
JivePropertiesManager.getPropertiesNames
(Stanza packet) Return a collection of the names of all properties of the given packet. -
Uses of Stanza in org.jivesoftware.smackx.json.packet
Modifier and TypeMethodDescriptionstatic JsonPacketExtension
Retrieve the JSON stanza extension from the packet. -
Uses of Stanza in org.jivesoftware.smackx.mam.element
Modifier and TypeClassDescriptionclass
MAM fin IQ class.class
MAM Preferences IQ class.class
MAM Query IQ class. -
Uses of Stanza in org.jivesoftware.smackx.muc
Modifier and TypeMethodDescriptionvoid
DirectMucInvitationListener.invitationReceived
(GroupChatInvitation invitation, Stanza stanza) -
Uses of Stanza in org.jivesoftware.smackx.muc.filter
-
Uses of Stanza in org.jivesoftware.smackx.muc.packet
Modifier and TypeClassDescriptionclass
IQ stanza that serves for kicking users, granting and revoking voice, banning users, modifying the ban list, granting and revoking membership and granting and revoking moderator privileges.class
IQ stanza that serves for granting and revoking ownership privileges, granting and revoking administrative privileges and destroying a room.Modifier and TypeMethodDescriptionstatic GroupChatInvitation
Get the group chat invitation from the given stanza.static MUCInitialPresence
Retrieve the MUCInitialPresence PacketExtension from packet, if any.static MUCUser
Retrieve the MUCUser PacketExtension from packet, if any.static MUCInitialPresence
Deprecated.useMUCInitialPresence.from(Stanza)
insteadstatic MUCUser
Deprecated.useMUCUser.from(Stanza)
instead -
Uses of Stanza in org.jivesoftware.smackx.muclight.element
Modifier and TypeClassDescriptionclass
MUC Light affiliations response IQ class.class
MUC Light blocking IQ class.class
MUCLight change affiliations IQ class.class
MUC Light configuration response IQ class.class
MUCLight create IQ class.class
MUC Light destroy IQ class.class
MUC Light get affiliations IQ class.class
MUC Light get configurations IQ class.class
MUC Light get info IQ class.class
MUC Light info response IQ class.class
MUC Light set configurations IQ class. -
Uses of Stanza in org.jivesoftware.smackx.offline.packet
Modifier and TypeClassDescriptionclass
Represents a request to get some or all the offline messages of a user. -
Uses of Stanza in org.jivesoftware.smackx.omemo
Modifier and TypeMethodDescriptionvoid
OmemoService.onOmemoMessageStanzaReceived
(Stanza stanza, OmemoManager.LoggedInOmemoManager managerGuard) -
Uses of Stanza in org.jivesoftware.smackx.omemo.internal.listener
Modifier and TypeMethodDescriptionvoid
OmemoMessageStanzaReceivedListener.onOmemoMessageStanzaReceived
(Stanza stanza, OmemoManager.LoggedInOmemoManager omemoManager) -
Uses of Stanza in org.jivesoftware.smackx.omemo.listener
Modifier and TypeMethodDescriptionvoid
OmemoMessageListener.onOmemoMessageReceived
(Stanza stanza, OmemoMessage.Received decryptedMessage) Gets called, whenever an OmemoMessage has been received and was successfully decrypted.void
OmemoMucMessageListener.onOmemoMucMessageReceived
(MultiUserChat muc, Stanza stanza, OmemoMessage.Received decryptedOmemoMessage) Gets called whenever an OMEMO message has been received in a MultiUserChat and successfully decrypted. -
Uses of Stanza in org.jivesoftware.smackx.ox.element
-
Uses of Stanza in org.jivesoftware.smackx.ping.packet
-
Uses of Stanza in org.jivesoftware.smackx.privacy.packet
Modifier and TypeClassDescriptionclass
A Privacy IQ Packet, is used by thePrivacyListManager
andPrivacyProvider
to allow and block communications from other users. -
Uses of Stanza in org.jivesoftware.smackx.pubsub
Modifier and TypeMethodDescriptionstatic EventElement
void
Node.ItemDeleteTranslator.processStanza
(Stanza packet) void
Node.ItemEventTranslator.processStanza
(Stanza packet) void
Node.NodeConfigTranslator.processStanza
(Stanza packet) -
Uses of Stanza in org.jivesoftware.smackx.pubsub.packet
-
Uses of Stanza in org.jivesoftware.smackx.pubsub.util
Modifier and TypeMethodDescriptionstatic ConfigureForm
NodeUtils.getFormFromPacket
(Stanza packet, PubSubElementType elem) Get aConfigureForm
from a packet. -
Uses of Stanza in org.jivesoftware.smackx.push_notifications.element
Modifier and TypeClassDescriptionclass
Disable Push Notifications IQ.class
Enable Push Notifications IQ. -
Uses of Stanza in org.jivesoftware.smackx.receipts
Modifier and TypeMethodDescriptionstatic DeliveryReceiptRequest
Get theDeliveryReceiptRequest
extension of the packet, if any.static DeliveryReceiptRequest
Deprecated.useDeliveryReceiptRequest.from(Stanza)
insteadvoid
ReceiptReceivedListener.onReceiptReceived
(Jid fromJid, Jid toJid, String receiptId, Stanza receipt) Callback invoked when a new receipt got received. -
Uses of Stanza in org.jivesoftware.smackx.reference.element
Modifier and TypeMethodDescriptionstatic void
ReferenceElement.addMention
(Stanza stanza, int begin, int end, BareJid jid) Add a reference to another users bare jid to a stanza.static boolean
ReferenceElement.containsReferences
(Stanza stanza) Return true, if the stanza contains at least one reference extension.static List<ReferenceElement>
ReferenceElement.getReferencesFromStanza
(Stanza stanza) Return a list of all reference extensions contained in a stanza. -
Uses of Stanza in org.jivesoftware.smackx.rsm.packet
-
Uses of Stanza in org.jivesoftware.smackx.search
Modifier and TypeClassDescriptionclass
Implements the protocol currently used to search information repositories on the Jabber network.Modifier and TypeMethodDescriptionstatic ReportedData
ReportedData.getReportedDataFrom
(Stanza packet) Returns a new ReportedData if the stanza is used for reporting data and includes an extension that matches the elementName and namespace "x","jabber:x:data". -
Uses of Stanza in org.jivesoftware.smackx.shim.packet
Modifier and TypeMethodDescriptionstatic HeadersExtension
Return the SHIM headers extension of this stanza or null if there is none. -
Uses of Stanza in org.jivesoftware.smackx.si.packet
Modifier and TypeClassDescriptionclass
The process by which two entities initiate a stream. -
Uses of Stanza in org.jivesoftware.smackx.time.packet
Modifier and TypeClassDescriptionclass
A Time IQ packet, which is used by XMPP clients to exchange their respective local times. -
Uses of Stanza in org.jivesoftware.smackx.vcardtemp.packet
Modifier and TypeClassDescriptionfinal class
A VCard class for use with the SMACK jabber library. -
Uses of Stanza in org.jivesoftware.smackx.workgroup.agent
-
Uses of Stanza in org.jivesoftware.smackx.workgroup.ext.forms
-
Uses of Stanza in org.jivesoftware.smackx.workgroup.ext.history
Modifier and TypeClassDescriptionclass
IQ provider used to retrieve individual agent information.class
-
Uses of Stanza in org.jivesoftware.smackx.workgroup.ext.macros
Modifier and TypeClassDescriptionclass
Macros iq is responsible for handling global and personal macros in the a Live Assistant Workgroup. -
Uses of Stanza in org.jivesoftware.smackx.workgroup.ext.notes
-
Uses of Stanza in org.jivesoftware.smackx.workgroup.packet
Modifier and TypeClassDescriptionclass
IQ stanza for retrieving and changing the Agent personal information.class
Agent status request packet.class
Represents a request for getting the jid of the workgroups where an agent can work or could represent the result of such request which will contain the list of workgroups JIDs where the agent can work.class
A IQ stanza used to depart a workgroup queue.class
class
Stanza used for requesting information about occupants of a room or for retrieving information such information.static class
static class
static class
static class
class
Represents the conversation transcript that occurred in a group chat room between an Agent and a user that requested assistance.class
Represents a list of conversation transcripts that a user had in all his history.class
IQ stanza for retrieving the transcript search form, submitting the completed search form or retrieving the answer of a transcript search.Modifier and TypeMethodDescriptionTranscript.getPackets()
Returns the list of Messages and Presences that were sent to the room.ModifierConstructorDescriptionTranscript
(String sessionID, List<Stanza> packets) Creates a new transcript for the given sessionID and list of packets. -
Uses of Stanza in org.jivesoftware.smackx.workgroup.settings
Modifier and TypeClassDescriptionclass
class
class
class
class
class
XMPPConnection.sendStanzaNonBlocking(Stanza)
instead.