Uses of Interface
org.jivesoftware.smack.packet.TopLevelStreamElement
-
Packages that use TopLevelStreamElement Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.bosh Smack's API for BOSH (XEP-206, XEP-124).org.jivesoftware.smack.c2s Smack's (new) API for client-to-server (c2s) connections.org.jivesoftware.smack.c2s.internal Smack's internal API for client-to-server (c2s) connections.org.jivesoftware.smack.compress.packet Stanzas and extension elements for XMPP stream compression (XEP-138).org.jivesoftware.smack.debugger Smack includes built-in debugging consoles that will let you track all XML traffic between the client and server.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.smack.sasl.packet Stanzas, plain stream- and extension elements for SASL.org.jivesoftware.smack.sm.packet Plain stream elements for XEP-0198: Stream Management.org.jivesoftware.smack.tcp TCP-IP related classes for Smack.org.jivesoftware.smack.websocket.elements This package contains Stanzas required to open and close stream.org.jivesoftware.smack.websocket.impl This package contains websocket implementations to be plugged inside websocket transport.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.csi.packet Plain stream elements for XEP-0352: Client State Indication.org.jivesoftware.smackx.debugger Smack optional Debuggers, which includeEnhancedDebuggerandLiteDebugger.org.jivesoftware.smackx.debugger.slf4j Smack slf4j debugger implementation.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.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. -
-
Uses of TopLevelStreamElement in org.jivesoftware.smack
Methods in org.jivesoftware.smack with parameters of type TopLevelStreamElement Modifier and Type Method Description protected voidAbstractXMPPConnection. firePacketSendingListeners(TopLevelStreamElement sendTopLevelStreamElement)Process all stanza listeners for sending stanzas.protected abstract voidAbstractXMPPConnection. sendInternal(TopLevelStreamElement element)protected abstract voidAbstractXMPPConnection. sendNonBlockingInternal(TopLevelStreamElement element) -
Uses of TopLevelStreamElement in org.jivesoftware.smack.bosh
Methods in org.jivesoftware.smack.bosh with parameters of type TopLevelStreamElement Modifier and Type Method Description protected voidXMPPBOSHConnection. sendInternal(TopLevelStreamElement element)protected voidXMPPBOSHConnection. sendNonBlockingInternal(TopLevelStreamElement element) -
Uses of TopLevelStreamElement in org.jivesoftware.smack.c2s
Methods in org.jivesoftware.smack.c2s with parameters of type TopLevelStreamElement Modifier and Type Method Description protected voidModularXmppClientToServerConnection. sendInternal(TopLevelStreamElement element)protected voidModularXmppClientToServerConnection. sendNonBlockingInternal(TopLevelStreamElement element) -
Uses of TopLevelStreamElement in org.jivesoftware.smack.c2s.internal
Fields in org.jivesoftware.smack.c2s.internal with type parameters of type TopLevelStreamElement Modifier and Type Field Description Queue<TopLevelStreamElement>ModularXmppClientToServerConnectionInternal. outgoingElementsQueueMethods in org.jivesoftware.smack.c2s.internal with parameters of type TopLevelStreamElement Modifier and Type Method Description abstract voidModularXmppClientToServerConnectionInternal. fireFirstLevelElementSendListeners(TopLevelStreamElement element)Constructor parameters in org.jivesoftware.smack.c2s.internal with type arguments of type TopLevelStreamElement Constructor Description ModularXmppClientToServerConnectionInternal(ModularXmppClientToServerConnection connection, SmackReactor reactor, SmackDebugger smackDebugger, Queue<TopLevelStreamElement> outgoingElementsQueue) -
Uses of TopLevelStreamElement in org.jivesoftware.smack.compress.packet
Classes in org.jivesoftware.smack.compress.packet that implement TopLevelStreamElement Modifier and Type Class Description classCompressclassCompressedclassFailure -
Uses of TopLevelStreamElement in org.jivesoftware.smack.debugger
Methods in org.jivesoftware.smack.debugger with parameters of type TopLevelStreamElement Modifier and Type Method Description voidAbstractDebugger. onIncomingStreamElement(TopLevelStreamElement streamElement)abstract voidSmackDebugger. onIncomingStreamElement(TopLevelStreamElement streamElement)Used by the connection to notify about an incoming top level stream element.voidAbstractDebugger. onOutgoingStreamElement(TopLevelStreamElement streamElement)abstract voidSmackDebugger. onOutgoingStreamElement(TopLevelStreamElement streamElement)Used by the connection to notify about a outgoing top level stream element. -
Uses of TopLevelStreamElement in org.jivesoftware.smack.packet
Subinterfaces of TopLevelStreamElement in org.jivesoftware.smack.packet Modifier and Type Interface Description interfaceNonzaA Nonza, i.e everything that is not a stanza as defined RFC 6120 8.Classes in org.jivesoftware.smack.packet that implement TopLevelStreamElement Modifier and Type Class Description classAbstractStreamCloseclassAbstractStreamOpenAbstractStreamOpen is actually aTopLevelStreamElement, however we implementNonzahere.classBindIQ stanza used by Smack to bind a resource and to obtain the jid assigned by the server.classEmptyResultIQclassErrorIQAn XMPP error IQ.classIQThe base IQ (Info/Query) packet.classMessageRepresents XMPP message packets.classMessageOrPresence<MPB extends MessageOrPresenceBuilder<?,?>>classPresenceRepresents XMPP presence stanzas.classSessionIQ stanza that will be sent to the server to establish a session.classSimpleIQA simple IQ.classStanzaBase class for XMPP Stanzas, which are called Stanza in older versions of Smack (i.e.classStartTlsclassStreamCloseclassStreamErrorRepresents a stream error packet.classStreamOpenThe stream open tag.classTlsFailureclassTlsProceedclassUnparsedIQAn IQ stanzas that could not be parsed because no provider was found. -
Uses of TopLevelStreamElement in org.jivesoftware.smack.roster.packet
Classes in org.jivesoftware.smack.roster.packet that implement TopLevelStreamElement Modifier and Type Class Description classRosterPacketRepresents XMPP roster packets. -
Uses of TopLevelStreamElement in org.jivesoftware.smack.sasl.packet
Subinterfaces of TopLevelStreamElement in org.jivesoftware.smack.sasl.packet Modifier and Type Interface Description interfaceSaslNonzaClasses in org.jivesoftware.smack.sasl.packet that implement TopLevelStreamElement Modifier and Type Class Description static classSaslNonza.AuthMechanismInitiating SASL authentication by select a mechanism.static classSaslNonza.ChallengeA SASL challenge stream element.static classSaslNonza.ResponseA SASL response stream element.static classSaslNonza.SASLFailureA SASL failure stream element, also called "SASL Error".static classSaslNonza.SuccessA SASL success stream element. -
Uses of TopLevelStreamElement in org.jivesoftware.smack.sm.packet
Classes in org.jivesoftware.smack.sm.packet that implement TopLevelStreamElement Modifier and Type Class Description static classStreamManagement.AckAnswerstatic classStreamManagement.AckRequeststatic classStreamManagement.Enablestatic classStreamManagement.EnabledA Stream Management 'enabled' element.static classStreamManagement.Failedstatic classStreamManagement.Resumestatic classStreamManagement.Resumed -
Uses of TopLevelStreamElement in org.jivesoftware.smack.tcp
Methods in org.jivesoftware.smack.tcp with parameters of type TopLevelStreamElement Modifier and Type Method Description protected voidXMPPTCPConnection. sendInternal(TopLevelStreamElement element)protected voidXMPPTCPConnection. sendNonBlockingInternal(TopLevelStreamElement element) -
Uses of TopLevelStreamElement in org.jivesoftware.smack.websocket.elements
Classes in org.jivesoftware.smack.websocket.elements that implement TopLevelStreamElement Modifier and Type Class Description classWebSocketCloseElementclassWebSocketOpenElement -
Uses of TopLevelStreamElement in org.jivesoftware.smack.websocket.impl
Methods in org.jivesoftware.smack.websocket.impl with parameters of type TopLevelStreamElement Modifier and Type Method Description voidAbstractWebSocket. send(TopLevelStreamElement element) -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.blocking.element
Classes in org.jivesoftware.smackx.blocking.element that implement TopLevelStreamElement Modifier and Type Class Description classBlockContactsIQBlock contact IQ class.classBlockListIQBlock list IQ class.classUnblockContactsIQUnblock contact IQ class. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.bob.element
Classes in org.jivesoftware.smackx.bob.element that implement TopLevelStreamElement Modifier and Type Class Description classBoBIQBits of Binary IQ class. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.bytestreams.ibb.packet
Classes in org.jivesoftware.smackx.bytestreams.ibb.packet that implement TopLevelStreamElement Modifier and Type Class Description classCloseRepresents a request to close an In-Band Bytestream.classDataRepresents a chunk of data sent over an In-Band Bytestream encapsulated in an IQ stanza.classOpenRepresents a request to open an In-Band Bytestream. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.bytestreams.socks5.packet
Classes in org.jivesoftware.smackx.bytestreams.socks5.packet that implement TopLevelStreamElement Modifier and Type Class Description classBytestreamA stanza representing part of a SOCKS5 Bytestream negotiation. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.carbons.packet
Classes in org.jivesoftware.smackx.carbons.packet that implement TopLevelStreamElement Modifier and Type Class Description static classCarbon.Disablestatic classCarbon.Enable -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.commands.packet
Classes in org.jivesoftware.smackx.commands.packet that implement TopLevelStreamElement Modifier and Type Class Description classAdHocCommandDataRepresents the state and the request of the execution of an adhoc command. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.csi.packet
Classes in org.jivesoftware.smackx.csi.packet that implement TopLevelStreamElement Modifier and Type Class Description static classClientStateIndication.Activestatic classClientStateIndication.Inactive -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.debugger
Methods in org.jivesoftware.smackx.debugger with parameters of type TopLevelStreamElement Modifier and Type Method Description voidEnhancedDebugger. onIncomingStreamElement(TopLevelStreamElement streamElement)voidLiteDebugger. onIncomingStreamElement(TopLevelStreamElement streamElement)voidEnhancedDebugger. onOutgoingStreamElement(TopLevelStreamElement streamElement)voidLiteDebugger. onOutgoingStreamElement(TopLevelStreamElement streamElement) -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.debugger.slf4j
Methods in org.jivesoftware.smackx.debugger.slf4j with parameters of type TopLevelStreamElement Modifier and Type Method Description voidSLF4JSmackDebugger. onIncomingStreamElement(TopLevelStreamElement streamElement)voidSLF4JSmackDebugger. onOutgoingStreamElement(TopLevelStreamElement streamElement) -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.disco.packet
Classes in org.jivesoftware.smackx.disco.packet that implement TopLevelStreamElement Modifier and Type Class Description classDiscoverInfoA DiscoverInfo IQ packet, which is used by XMPP clients to request and receive information to/from other XMPP entities.classDiscoverItemsA DiscoverItems IQ packet, which is used by XMPP clients to request and receive items associated with XMPP entities. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.dox.element
Classes in org.jivesoftware.smackx.dox.element that implement TopLevelStreamElement Modifier and Type Class Description classDnsIq -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.hoxt.packet
Classes in org.jivesoftware.smackx.hoxt.packet that implement TopLevelStreamElement Modifier and Type Class Description classAbstractHttpOverXmppAbstract parent for Req and Resp IQ packets.classHttpOverXmppReqRepresents Req IQ packet.classHttpOverXmppRespRepresents Resp IQ packet. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.httpfileupload.element
Classes in org.jivesoftware.smackx.httpfileupload.element that implement TopLevelStreamElement Modifier and Type Class Description classSlotSlot responded by upload service.classSlot_V0_2classSlotRequestUpload slot request.classSlotRequest_V0_2 -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.iot.control.element
Classes in org.jivesoftware.smackx.iot.control.element that implement TopLevelStreamElement Modifier and Type Class Description classIoTSetRequestclassIoTSetResponse -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.iot.data.element
Classes in org.jivesoftware.smackx.iot.data.element that implement TopLevelStreamElement Modifier and Type Class Description classIoTDataReadOutAcceptedclassIoTDataRequest -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.iot.discovery.element
Classes in org.jivesoftware.smackx.iot.discovery.element that implement TopLevelStreamElement Modifier and Type Class Description classIoTClaimedclassIoTDisownclassIoTDisownedclassIoTMineclassIoTRegisterclassIoTRemoveclassIoTRemovedclassIoTUnregister -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.iot.provisioning.element
Classes in org.jivesoftware.smackx.iot.provisioning.element that implement TopLevelStreamElement Modifier and Type Class Description classClearCacheclassClearCacheResponseclassIoTIsFriendclassIoTIsFriendResponse -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.iqlast.packet
Classes in org.jivesoftware.smackx.iqlast.packet that implement TopLevelStreamElement Modifier and Type Class Description classLastActivityA last activity IQ for retrieving information about the last activity associated with a Jabber ID. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.iqprivate.packet
Classes in org.jivesoftware.smackx.iqprivate.packet that implement TopLevelStreamElement Modifier and Type Class Description classPrivateDataIQ -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.iqregister.packet
Classes in org.jivesoftware.smackx.iqregister.packet that implement TopLevelStreamElement Modifier and Type Class Description classRegistrationRepresents registration packets. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.iqversion.packet
Classes in org.jivesoftware.smackx.iqversion.packet that implement TopLevelStreamElement Modifier and Type Class Description classVersionA Version IQ packet, which is used by XMPP clients to discover version information about the software running at another entity's JID. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.jid_prep.element
Classes in org.jivesoftware.smackx.jid_prep.element that implement TopLevelStreamElement Modifier and Type Class Description classJidPrepIq -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.jingle.element
Classes in org.jivesoftware.smackx.jingle.element that implement TopLevelStreamElement Modifier and Type Class Description classJingleThe Jingle element. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.jingleold.nat
Classes in org.jivesoftware.smackx.jingleold.nat that implement TopLevelStreamElement Modifier and Type Class Description classRTPBridgeRTPBridge 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.classSTUNSTUN IQ Stanza used to request and retrieve a STUN server and port to make p2p connections easier. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.jingleold.packet
Classes in org.jivesoftware.smackx.jingleold.packet that implement TopLevelStreamElement Modifier and Type Class Description classJingleAn Jingle sub-packet, which is used by XMPP clients to exchange info like descriptions and transports. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.mam.element
Classes in org.jivesoftware.smackx.mam.element that implement TopLevelStreamElement Modifier and Type Class Description classMamFinIQMAM fin IQ class.classMamPrefsIQMAM Preferences IQ class.classMamQueryIQMAM Query IQ class. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.muc.packet
Classes in org.jivesoftware.smackx.muc.packet that implement TopLevelStreamElement Modifier and Type Class Description classMUCAdminIQ 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.classMUCOwnerIQ stanza that serves for granting and revoking ownership privileges, granting and revoking administrative privileges and destroying a room. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.muclight.element
Classes in org.jivesoftware.smackx.muclight.element that implement TopLevelStreamElement Modifier and Type Class Description classMUCLightAffiliationsIQMUC Light affiliations response IQ class.classMUCLightBlockingIQMUC Light blocking IQ class.classMUCLightChangeAffiliationsIQMUCLight change affiliations IQ class.classMUCLightConfigurationIQMUC Light configuration response IQ class.classMUCLightCreateIQMUCLight create IQ class.classMUCLightDestroyIQMUC Light destroy IQ class.classMUCLightGetAffiliationsIQMUC Light get affiliations IQ class.classMUCLightGetConfigsIQMUC Light get configurations IQ class.classMUCLightGetInfoIQMUC Light get info IQ class.classMUCLightInfoIQMUC Light info response IQ class.classMUCLightSetConfigsIQMUC Light set configurations IQ class. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.offline.packet
Classes in org.jivesoftware.smackx.offline.packet that implement TopLevelStreamElement Modifier and Type Class Description classOfflineMessageRequestRepresents a request to get some or all the offline messages of a user. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.ping.packet
Classes in org.jivesoftware.smackx.ping.packet that implement TopLevelStreamElement Modifier and Type Class Description classPing -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.privacy.packet
Classes in org.jivesoftware.smackx.privacy.packet that implement TopLevelStreamElement Modifier and Type Class Description classPrivacyA Privacy IQ Packet, is used by thePrivacyListManagerandPrivacyProviderto allow and block communications from other users. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.pubsub.packet
Classes in org.jivesoftware.smackx.pubsub.packet that implement TopLevelStreamElement Modifier and Type Class Description classPubSubThe standard PubSub extension of anIQpacket. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.push_notifications.element
Classes in org.jivesoftware.smackx.push_notifications.element that implement TopLevelStreamElement Modifier and Type Class Description classDisablePushNotificationsIQDisable Push Notifications IQ.classEnablePushNotificationsIQEnable Push Notifications IQ. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.search
Classes in org.jivesoftware.smackx.search that implement TopLevelStreamElement Modifier and Type Class Description classUserSearchImplements the protocol currently used to search information repositories on the Jabber network. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.sharedgroups.packet
Classes in org.jivesoftware.smackx.sharedgroups.packet that implement TopLevelStreamElement Modifier and Type Class Description classSharedGroupsInfoIQ stanza used for discovering the user's shared groups and for getting the answer back from the server. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.si.packet
Classes in org.jivesoftware.smackx.si.packet that implement TopLevelStreamElement Modifier and Type Class Description classStreamInitiationThe process by which two entities initiate a stream. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.time.packet
Classes in org.jivesoftware.smackx.time.packet that implement TopLevelStreamElement Modifier and Type Class Description classTimeA Time IQ packet, which is used by XMPP clients to exchange their respective local times. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.vcardtemp.packet
Classes in org.jivesoftware.smackx.vcardtemp.packet that implement TopLevelStreamElement Modifier and Type Class Description classVCardA VCard class for use with the SMACK jabber library. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.workgroup.agent
Classes in org.jivesoftware.smackx.workgroup.agent that implement TopLevelStreamElement Modifier and Type Class Description classOfferConfirmation -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.workgroup.ext.forms
Classes in org.jivesoftware.smackx.workgroup.ext.forms that implement TopLevelStreamElement Modifier and Type Class Description classWorkgroupForm -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.workgroup.ext.history
Classes in org.jivesoftware.smackx.workgroup.ext.history that implement TopLevelStreamElement Modifier and Type Class Description classAgentChatHistoryIQ provider used to retrieve individual agent information.classChatMetadata -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.workgroup.ext.macros
Classes in org.jivesoftware.smackx.workgroup.ext.macros that implement TopLevelStreamElement Modifier and Type Class Description classMacrosMacros iq is responsible for handling global and personal macros in the a Live Assistant Workgroup. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.workgroup.ext.notes
Classes in org.jivesoftware.smackx.workgroup.ext.notes that implement TopLevelStreamElement Modifier and Type Class Description classChatNotesIQ stanza for retrieving and adding Chat Notes. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.workgroup.packet
Classes in org.jivesoftware.smackx.workgroup.packet that implement TopLevelStreamElement Modifier and Type Class Description classAgentInfoIQ stanza for retrieving and changing the Agent personal information.classAgentStatusRequestAgent status request packet.classAgentWorkgroupsRepresents 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.classDepartQueuePacketA IQ stanza used to depart a workgroup queue.classMonitorPacketclassOccupantsInfoStanza used for requesting information about occupants of a room or for retrieving information such information.static classOfferRequestProvider.OfferRequestPacketstatic classOfferRevokeProvider.OfferRevokePacketstatic classRoomInvitation.RoomInvitationIQstatic classRoomTransfer.RoomTransferIQclassTranscriptRepresents the conversation transcript that occurred in a group chat room between an Agent and a user that requested assistance.classTranscriptsRepresents a list of conversation transcripts that a user had in all his history.classTranscriptSearchIQ stanza for retrieving the transcript search form, submitting the completed search form or retrieving the answer of a transcript search. -
Uses of TopLevelStreamElement in org.jivesoftware.smackx.workgroup.settings
Classes in org.jivesoftware.smackx.workgroup.settings that implement TopLevelStreamElement Modifier and Type Class Description classChatSettingsclassGenericSettingsclassOfflineSettingsclassSearchSettingsclassSoundSettingsclassWorkgroupProperties
-