Uses of Interface
org.jivesoftware.smack.packet.StanzaView
-
Packages that use StanzaView Package Description org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol.org.jivesoftware.smack.roster.packet Element classes for Rosters.org.jivesoftware.smackx.blocking.element Blocking command elements.org.jivesoftware.smackx.bob.element Bits of Binary elements.org.jivesoftware.smackx.bytestreams.ibb.packet Stanzas and extension elements for XEP-0047: In-Band Bytestreams.org.jivesoftware.smackx.bytestreams.socks5.packet Stanzas and extension elements for XEP-0065: SOCKS5 Bytestreams.org.jivesoftware.smackx.carbons.packet Stanzas and extension elements for XEP-0280: Message Carbons.org.jivesoftware.smackx.commands.packet Element classes for XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.disco.packet Element classes for XEP-0030: Service Discovery.org.jivesoftware.smackx.dox.element XEP-0418: DNS Queries over XMPP (DoX) XML providers.org.jivesoftware.smackx.hoxt.packet Stanzas and extension elements for XEP-0332: HTTP over XMPP transport.org.jivesoftware.smackx.httpfileupload.element IQ stanzas and extensions for XEP-0363: HTTP File Upload.org.jivesoftware.smackx.iot.control.element Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.data.element Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.discovery.element Smack's API for XMPP IoT.org.jivesoftware.smackx.iot.provisioning.element Smack's API for XMPP IoT.org.jivesoftware.smackx.iqlast.packet Element classes for XEP-0012: Last Activity.org.jivesoftware.smackx.iqprivate.packet Element classes for XEP-0049: Private XML Storage.org.jivesoftware.smackx.iqregister.packet Element classes for XEP-0077: In-Band Registration.org.jivesoftware.smackx.iqversion.packet Element classes for XEP-0092: Software Version.org.jivesoftware.smackx.jid_prep.element XML elements for XEP-0328: JID Prep.org.jivesoftware.smackx.jingle.element Stanzas and Extension Elements for XEP-0166: Jingle.org.jivesoftware.smackx.jingleold.nat TODO describe me.org.jivesoftware.smackx.jingleold.packet TODO describe me.org.jivesoftware.smackx.jiveproperties Smacks implementation for attaching arbitrary properties to packets according to https://docs.jivesoftware.com/smack/latest/documentation/properties.html.org.jivesoftware.smackx.mam.element Packet classes and interfaces for Message Archive Management (MAM) XEP-0313.org.jivesoftware.smackx.muc.packet Element classes for XEP-0045: Multi-User Chat.org.jivesoftware.smackx.muclight.element Multi-User Chat Light (MUC Light) elements.org.jivesoftware.smackx.offline.packet Element classes for XEP-0013: Flexible Offline Message Retrieval.org.jivesoftware.smackx.ping.packet Element classes for XEP-0199: XMPP Ping.org.jivesoftware.smackx.privacy.packet Element classes for XEP-0016: Privacy Lists.org.jivesoftware.smackx.pubsub.packet Stanzas and extension elements for Publish-Subscribe (XEP-60).org.jivesoftware.smackx.push_notifications.element Push Notifications elements (XEP-0357).org.jivesoftware.smackx.search Smacks implementation of XEP-0055: Jabber Search.org.jivesoftware.smackx.sharedgroups.packet Element classes of shared groups.org.jivesoftware.smackx.si.packet Element classes for XEP-0095: Stream Initiation.org.jivesoftware.smackx.time.packet Element classes of XEP-0202: Entity Time.org.jivesoftware.smackx.vcardtemp.packet Element classes for XEP-0054: vcard-temp.org.jivesoftware.smackx.workgroup.agent TODO describe me.org.jivesoftware.smackx.workgroup.ext.forms TODO describe me.org.jivesoftware.smackx.workgroup.ext.history TODO describe me.org.jivesoftware.smackx.workgroup.ext.macros TODO describe me.org.jivesoftware.smackx.workgroup.ext.notes TODO describe me.org.jivesoftware.smackx.workgroup.packet TODO describe me.org.jivesoftware.smackx.workgroup.settings TODO describe me.org.jivesoftware.smackx.xdata.form Smacks high-level API for XEP-0004: Data Forms.org.jivesoftware.smackx.xdata.packet Element classes for XEP-0004: Data Forms. -
-
Uses of StanzaView in org.jivesoftware.smack.packet
Subinterfaces of StanzaView in org.jivesoftware.smack.packet Modifier and Type Interface Description interface
IqView
interface
MessageView
interface
PresenceView
Classes in org.jivesoftware.smack.packet that implement StanzaView Modifier and Type Class Description class
AbstractIqBuilder<IB extends AbstractIqBuilder<IB>>
class
Bind
IQ stanza used by Smack to bind a resource and to obtain the jid assigned by the server.class
EmptyResultIQ
class
ErrorIQ
An XMPP error IQ.static class
ErrorIQ.Builder
class
IQ
The base IQ (Info/Query) packet.class
IqBuilder<IB extends IqBuilder<IB,I>,I extends IQ>
class
IqData
class
Message
Represents XMPP message packets.class
MessageBuilder
class
MessageOrPresence<MPB extends MessageOrPresenceBuilder<?,?>>
class
MessageOrPresenceBuilder<MP extends MessageOrPresence<? extends MessageOrPresenceBuilder<MP,SB>>,SB extends StanzaBuilder<SB>>
class
Presence
Represents XMPP presence stanzas.class
PresenceBuilder
class
Session
IQ stanza that will be sent to the server to establish a session.class
SimpleIQ
A simple IQ.class
Stanza
Base class for XMPP Stanzas, which are called Stanza in older versions of Smack (i.e.class
StanzaBuilder<B extends StanzaBuilder<B>>
class
UnparsedIQ
An IQ stanzas that could not be parsed because no provider was found.Methods in org.jivesoftware.smack.packet with parameters of type StanzaView Modifier and Type Method Description static <SB extends StanzaBuilder<?>>
SBStanzaBuilder. buildResponse(StanzaView request, Function<SB,String> builderFromStanzaId)
-
Uses of StanzaView in org.jivesoftware.smack.roster.packet
Classes in org.jivesoftware.smack.roster.packet that implement StanzaView Modifier and Type Class Description class
RosterPacket
Represents XMPP roster packets. -
Uses of StanzaView in org.jivesoftware.smackx.blocking.element
Classes in org.jivesoftware.smackx.blocking.element that implement StanzaView Modifier and Type Class Description class
BlockContactsIQ
Block contact IQ class.class
BlockListIQ
Block list IQ class.class
UnblockContactsIQ
Unblock contact IQ class. -
Uses of StanzaView in org.jivesoftware.smackx.bob.element
Classes in org.jivesoftware.smackx.bob.element that implement StanzaView Modifier and Type Class Description class
BoBIQ
Bits of Binary IQ class.Methods in org.jivesoftware.smackx.bob.element with parameters of type StanzaView Modifier and Type Method Description static BoBDataExtension
BoBDataExtension. from(StanzaView stanza)
-
Uses of StanzaView in org.jivesoftware.smackx.bytestreams.ibb.packet
Classes in org.jivesoftware.smackx.bytestreams.ibb.packet that implement StanzaView Modifier and Type Class Description class
Close
Represents a request to close an In-Band Bytestream.class
Data
Represents a chunk of data sent over an In-Band Bytestream encapsulated in an IQ stanza.class
Open
Represents a request to open an In-Band Bytestream. -
Uses of StanzaView in org.jivesoftware.smackx.bytestreams.socks5.packet
Classes in org.jivesoftware.smackx.bytestreams.socks5.packet that implement StanzaView Modifier and Type Class Description class
Bytestream
A stanza representing part of a SOCKS5 Bytestream negotiation. -
Uses of StanzaView in org.jivesoftware.smackx.carbons.packet
Classes in org.jivesoftware.smackx.carbons.packet that implement StanzaView Modifier and Type Class Description static class
Carbon.Disable
static class
Carbon.Enable
-
Uses of StanzaView in org.jivesoftware.smackx.commands.packet
Classes in org.jivesoftware.smackx.commands.packet that implement StanzaView Modifier and Type Class Description class
AdHocCommandData
Represents the state and the request of the execution of an adhoc command. -
Uses of StanzaView in org.jivesoftware.smackx.disco.packet
Subinterfaces of StanzaView in org.jivesoftware.smackx.disco.packet Modifier and Type Interface Description interface
DiscoverInfoView
Classes in org.jivesoftware.smackx.disco.packet that implement StanzaView Modifier and Type Class Description class
DiscoverInfo
A DiscoverInfo IQ packet, which is used by XMPP clients to request and receive information to/from other XMPP entities.class
DiscoverInfoBuilder
class
DiscoverItems
A DiscoverItems IQ packet, which is used by XMPP clients to request and receive items associated with XMPP entities. -
Uses of StanzaView in org.jivesoftware.smackx.dox.element
Classes in org.jivesoftware.smackx.dox.element that implement StanzaView Modifier and Type Class Description class
DnsIq
-
Uses of StanzaView in org.jivesoftware.smackx.hoxt.packet
Classes in org.jivesoftware.smackx.hoxt.packet that implement StanzaView Modifier and Type Class Description class
AbstractHttpOverXmpp
Abstract parent for Req and Resp IQ packets.class
HttpOverXmppReq
Represents Req IQ packet.class
HttpOverXmppResp
Represents Resp IQ packet. -
Uses of StanzaView in org.jivesoftware.smackx.httpfileupload.element
Classes in org.jivesoftware.smackx.httpfileupload.element that implement StanzaView Modifier and Type Class Description class
Slot
Slot responded by upload service.class
Slot_V0_2
class
SlotRequest
Upload slot request.class
SlotRequest_V0_2
-
Uses of StanzaView in org.jivesoftware.smackx.iot.control.element
Classes in org.jivesoftware.smackx.iot.control.element that implement StanzaView Modifier and Type Class Description class
IoTSetRequest
class
IoTSetResponse
-
Uses of StanzaView in org.jivesoftware.smackx.iot.data.element
Classes in org.jivesoftware.smackx.iot.data.element that implement StanzaView Modifier and Type Class Description class
IoTDataReadOutAccepted
class
IoTDataRequest
-
Uses of StanzaView in org.jivesoftware.smackx.iot.discovery.element
Classes in org.jivesoftware.smackx.iot.discovery.element that implement StanzaView Modifier and Type Class Description class
IoTClaimed
class
IoTDisown
class
IoTDisowned
class
IoTMine
class
IoTRegister
class
IoTRemove
class
IoTRemoved
class
IoTUnregister
-
Uses of StanzaView in org.jivesoftware.smackx.iot.provisioning.element
Classes in org.jivesoftware.smackx.iot.provisioning.element that implement StanzaView Modifier and Type Class Description class
ClearCache
class
ClearCacheResponse
class
IoTIsFriend
class
IoTIsFriendResponse
-
Uses of StanzaView in org.jivesoftware.smackx.iqlast.packet
Classes in org.jivesoftware.smackx.iqlast.packet that implement StanzaView Modifier and Type Class Description class
LastActivity
A last activity IQ for retrieving information about the last activity associated with a Jabber ID. -
Uses of StanzaView in org.jivesoftware.smackx.iqprivate.packet
Classes in org.jivesoftware.smackx.iqprivate.packet that implement StanzaView Modifier and Type Class Description class
PrivateDataIQ
-
Uses of StanzaView in org.jivesoftware.smackx.iqregister.packet
Classes in org.jivesoftware.smackx.iqregister.packet that implement StanzaView Modifier and Type Class Description class
Registration
Represents registration packets. -
Uses of StanzaView in org.jivesoftware.smackx.iqversion.packet
Subinterfaces of StanzaView in org.jivesoftware.smackx.iqversion.packet Modifier and Type Interface Description interface
VersionView
Classes in org.jivesoftware.smackx.iqversion.packet that implement StanzaView Modifier and Type Class Description class
Version
A Version IQ packet, which is used by XMPP clients to discover version information about the software running at another entity's JID.class
VersionBuilder
-
Uses of StanzaView in org.jivesoftware.smackx.jid_prep.element
Classes in org.jivesoftware.smackx.jid_prep.element that implement StanzaView Modifier and Type Class Description class
JidPrepIq
-
Uses of StanzaView in org.jivesoftware.smackx.jingle.element
Classes in org.jivesoftware.smackx.jingle.element that implement StanzaView Modifier and Type Class Description class
Jingle
The Jingle element.static class
Jingle.Builder
-
Uses of StanzaView in org.jivesoftware.smackx.jingleold.nat
Classes in org.jivesoftware.smackx.jingleold.nat that implement StanzaView Modifier and Type Class Description class
RTPBridge
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
STUN IQ Stanza used to request and retrieve a STUN server and port to make p2p connections easier. -
Uses of StanzaView in org.jivesoftware.smackx.jingleold.packet
Classes in org.jivesoftware.smackx.jingleold.packet that implement StanzaView Modifier and Type Class Description class
Jingle
An Jingle sub-packet, which is used by XMPP clients to exchange info like descriptions and transports. -
Uses of StanzaView in org.jivesoftware.smackx.jiveproperties
Methods in org.jivesoftware.smackx.jiveproperties with parameters of type StanzaView Modifier and Type Method Description static Object
JivePropertiesManager. getProperty(StanzaView packet, String name)
Convenience method to get a property from a packet. -
Uses of StanzaView in org.jivesoftware.smackx.mam.element
Classes in org.jivesoftware.smackx.mam.element that implement StanzaView Modifier and Type Class Description class
MamFinIQ
MAM fin IQ class.class
MamPrefsIQ
MAM Preferences IQ class.class
MamQueryIQ
MAM Query IQ class. -
Uses of StanzaView in org.jivesoftware.smackx.muc.packet
Classes in org.jivesoftware.smackx.muc.packet that implement StanzaView Modifier and Type Class Description class
MUCAdmin
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
MUCOwner
IQ stanza that serves for granting and revoking ownership privileges, granting and revoking administrative privileges and destroying a room. -
Uses of StanzaView in org.jivesoftware.smackx.muclight.element
Classes in org.jivesoftware.smackx.muclight.element that implement StanzaView Modifier and Type Class Description class
MUCLightAffiliationsIQ
MUC Light affiliations response IQ class.class
MUCLightBlockingIQ
MUC Light blocking IQ class.class
MUCLightChangeAffiliationsIQ
MUCLight change affiliations IQ class.class
MUCLightConfigurationIQ
MUC Light configuration response IQ class.class
MUCLightCreateIQ
MUCLight create IQ class.class
MUCLightDestroyIQ
MUC Light destroy IQ class.class
MUCLightGetAffiliationsIQ
MUC Light get affiliations IQ class.class
MUCLightGetConfigsIQ
MUC Light get configurations IQ class.class
MUCLightGetInfoIQ
MUC Light get info IQ class.class
MUCLightInfoIQ
MUC Light info response IQ class.class
MUCLightSetConfigsIQ
MUC Light set configurations IQ class. -
Uses of StanzaView in org.jivesoftware.smackx.offline.packet
Classes in org.jivesoftware.smackx.offline.packet that implement StanzaView Modifier and Type Class Description class
OfflineMessageRequest
Represents a request to get some or all the offline messages of a user. -
Uses of StanzaView in org.jivesoftware.smackx.ping.packet
Classes in org.jivesoftware.smackx.ping.packet that implement StanzaView Modifier and Type Class Description class
Ping
-
Uses of StanzaView in org.jivesoftware.smackx.privacy.packet
Classes in org.jivesoftware.smackx.privacy.packet that implement StanzaView Modifier and Type Class Description class
Privacy
A Privacy IQ Packet, is used by thePrivacyListManager
andPrivacyProvider
to allow and block communications from other users. -
Uses of StanzaView in org.jivesoftware.smackx.pubsub.packet
Classes in org.jivesoftware.smackx.pubsub.packet that implement StanzaView Modifier and Type Class Description class
PubSub
The standard PubSub extension of anIQ
packet. -
Uses of StanzaView in org.jivesoftware.smackx.push_notifications.element
Classes in org.jivesoftware.smackx.push_notifications.element that implement StanzaView Modifier and Type Class Description class
DisablePushNotificationsIQ
Disable Push Notifications IQ.class
EnablePushNotificationsIQ
Enable Push Notifications IQ. -
Uses of StanzaView in org.jivesoftware.smackx.search
Classes in org.jivesoftware.smackx.search that implement StanzaView Modifier and Type Class Description class
UserSearch
Implements the protocol currently used to search information repositories on the Jabber network. -
Uses of StanzaView in org.jivesoftware.smackx.sharedgroups.packet
Classes in org.jivesoftware.smackx.sharedgroups.packet that implement StanzaView Modifier and Type Class Description class
SharedGroupsInfo
IQ stanza used for discovering the user's shared groups and for getting the answer back from the server. -
Uses of StanzaView in org.jivesoftware.smackx.si.packet
Classes in org.jivesoftware.smackx.si.packet that implement StanzaView Modifier and Type Class Description class
StreamInitiation
The process by which two entities initiate a stream. -
Uses of StanzaView in org.jivesoftware.smackx.time.packet
Subinterfaces of StanzaView in org.jivesoftware.smackx.time.packet Modifier and Type Interface Description interface
TimeView
Classes in org.jivesoftware.smackx.time.packet that implement StanzaView Modifier and Type Class Description class
Time
A Time IQ packet, which is used by XMPP clients to exchange their respective local times.class
TimeBuilder
-
Uses of StanzaView in org.jivesoftware.smackx.vcardtemp.packet
Classes in org.jivesoftware.smackx.vcardtemp.packet that implement StanzaView Modifier and Type Class Description class
VCard
A VCard class for use with the SMACK jabber library. -
Uses of StanzaView in org.jivesoftware.smackx.workgroup.agent
Classes in org.jivesoftware.smackx.workgroup.agent that implement StanzaView Modifier and Type Class Description class
OfferConfirmation
-
Uses of StanzaView in org.jivesoftware.smackx.workgroup.ext.forms
Classes in org.jivesoftware.smackx.workgroup.ext.forms that implement StanzaView Modifier and Type Class Description class
WorkgroupForm
-
Uses of StanzaView in org.jivesoftware.smackx.workgroup.ext.history
Classes in org.jivesoftware.smackx.workgroup.ext.history that implement StanzaView Modifier and Type Class Description class
AgentChatHistory
IQ provider used to retrieve individual agent information.class
ChatMetadata
-
Uses of StanzaView in org.jivesoftware.smackx.workgroup.ext.macros
Classes in org.jivesoftware.smackx.workgroup.ext.macros that implement StanzaView Modifier and Type Class Description class
Macros
Macros iq is responsible for handling global and personal macros in the a Live Assistant Workgroup. -
Uses of StanzaView in org.jivesoftware.smackx.workgroup.ext.notes
Classes in org.jivesoftware.smackx.workgroup.ext.notes that implement StanzaView Modifier and Type Class Description class
ChatNotes
IQ stanza for retrieving and adding Chat Notes. -
Uses of StanzaView in org.jivesoftware.smackx.workgroup.packet
Classes in org.jivesoftware.smackx.workgroup.packet that implement StanzaView Modifier and Type Class Description class
AgentInfo
IQ stanza for retrieving and changing the Agent personal information.class
AgentStatusRequest
Agent status request packet.class
AgentWorkgroups
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
DepartQueuePacket
A IQ stanza used to depart a workgroup queue.class
MonitorPacket
class
OccupantsInfo
Stanza used for requesting information about occupants of a room or for retrieving information such information.static class
OfferRequestProvider.OfferRequestPacket
static class
OfferRevokeProvider.OfferRevokePacket
static class
RoomInvitation.RoomInvitationIQ
static class
RoomTransfer.RoomTransferIQ
class
Transcript
Represents the conversation transcript that occurred in a group chat room between an Agent and a user that requested assistance.class
Transcripts
Represents a list of conversation transcripts that a user had in all his history.class
TranscriptSearch
IQ stanza for retrieving the transcript search form, submitting the completed search form or retrieving the answer of a transcript search. -
Uses of StanzaView in org.jivesoftware.smackx.workgroup.settings
Classes in org.jivesoftware.smackx.workgroup.settings that implement StanzaView Modifier and Type Class Description class
ChatSettings
class
GenericSettings
class
OfflineSettings
class
SearchSettings
class
SoundSettings
class
WorkgroupProperties
-
Uses of StanzaView in org.jivesoftware.smackx.xdata.form
Methods in org.jivesoftware.smackx.xdata.form with parameters of type StanzaView Modifier and Type Method Description static Form
Form. from(StanzaView stanzaView)
-
Uses of StanzaView in org.jivesoftware.smackx.xdata.packet
Methods in org.jivesoftware.smackx.xdata.packet with parameters of type StanzaView Modifier and Type Method Description static DataForm
DataForm. from(StanzaView stanzaView)
Get data form from a stanza.static DataForm
DataForm. from(StanzaView stanzaView, String formType)
Get the data form with the given form type from a stanza view.
-