Uses of Interface
org.jivesoftware.smack.packet.IqView
-
Packages that use IqView 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.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 IqView in org.jivesoftware.smack.packet
Classes in org.jivesoftware.smack.packet that implement IqView Modifier and Type Class Description classAbstractIqBuilder<IB extends AbstractIqBuilder<IB>>classBindIQ stanza used by Smack to bind a resource and to obtain the jid assigned by the server.classEmptyResultIQclassErrorIQAn XMPP error IQ.static classErrorIQ.BuilderclassIQThe base IQ (Info/Query) packet.classIqBuilder<IB extends IqBuilder<IB,I>,I extends IQ>classIqDataclassSessionIQ stanza that will be sent to the server to establish a session.classSimpleIQA simple IQ.classUnparsedIQAn IQ stanzas that could not be parsed because no provider was found.Methods in org.jivesoftware.smack.packet with parameters of type IqView Modifier and Type Method Description static IqDataAbstractIqBuilder. createErrorResponse(IqView request)static IqDataIqData. createErrorResponseDAta(IqView request)static IqDataAbstractIqBuilder. createResponse(IqView request)protected static IqDataAbstractIqBuilder. createResponse(IqView request, IQ.ResponseType responseType)static IqDataIqData. createResponseData(IqView request) -
Uses of IqView in org.jivesoftware.smack.roster.packet
Classes in org.jivesoftware.smack.roster.packet that implement IqView Modifier and Type Class Description classRosterPacketRepresents XMPP roster packets. -
Uses of IqView in org.jivesoftware.smackx.blocking.element
Classes in org.jivesoftware.smackx.blocking.element that implement IqView Modifier and Type Class Description classBlockContactsIQBlock contact IQ class.classBlockListIQBlock list IQ class.classUnblockContactsIQUnblock contact IQ class. -
Uses of IqView in org.jivesoftware.smackx.bob.element
Classes in org.jivesoftware.smackx.bob.element that implement IqView Modifier and Type Class Description classBoBIQBits of Binary IQ class. -
Uses of IqView in org.jivesoftware.smackx.bytestreams.ibb.packet
Classes in org.jivesoftware.smackx.bytestreams.ibb.packet that implement IqView 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 IqView in org.jivesoftware.smackx.bytestreams.socks5.packet
Classes in org.jivesoftware.smackx.bytestreams.socks5.packet that implement IqView Modifier and Type Class Description classBytestreamA stanza representing part of a SOCKS5 Bytestream negotiation. -
Uses of IqView in org.jivesoftware.smackx.carbons.packet
Classes in org.jivesoftware.smackx.carbons.packet that implement IqView Modifier and Type Class Description static classCarbon.Disablestatic classCarbon.Enable -
Uses of IqView in org.jivesoftware.smackx.commands.packet
Subinterfaces of IqView in org.jivesoftware.smackx.commands.packet Modifier and Type Interface Description interfaceAdHocCommandDataViewClasses in org.jivesoftware.smackx.commands.packet that implement IqView Modifier and Type Class Description classAdHocCommandDataRepresents the state and the request of the execution of an adhoc command.classAdHocCommandDataBuilder -
Uses of IqView in org.jivesoftware.smackx.disco.packet
Subinterfaces of IqView in org.jivesoftware.smackx.disco.packet Modifier and Type Interface Description interfaceDiscoverInfoViewClasses in org.jivesoftware.smackx.disco.packet that implement IqView 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.classDiscoverInfoBuilderclassDiscoverItemsA DiscoverItems IQ packet, which is used by XMPP clients to request and receive items associated with XMPP entities. -
Uses of IqView in org.jivesoftware.smackx.dox.element
Classes in org.jivesoftware.smackx.dox.element that implement IqView Modifier and Type Class Description classDnsIq -
Uses of IqView in org.jivesoftware.smackx.hoxt.packet
Classes in org.jivesoftware.smackx.hoxt.packet that implement IqView Modifier and Type Class Description classAbstractHttpOverXmppAbstract parent for Req and Resp IQ packets.classHttpOverXmppReqRepresents Req IQ packet.classHttpOverXmppRespRepresents Resp IQ packet. -
Uses of IqView in org.jivesoftware.smackx.httpfileupload.element
Classes in org.jivesoftware.smackx.httpfileupload.element that implement IqView Modifier and Type Class Description classSlotSlot responded by upload service.classSlot_V0_2classSlotRequestUpload slot request.classSlotRequest_V0_2 -
Uses of IqView in org.jivesoftware.smackx.iot.control.element
Classes in org.jivesoftware.smackx.iot.control.element that implement IqView Modifier and Type Class Description classIoTSetRequestclassIoTSetResponse -
Uses of IqView in org.jivesoftware.smackx.iot.data.element
Classes in org.jivesoftware.smackx.iot.data.element that implement IqView Modifier and Type Class Description classIoTDataReadOutAcceptedclassIoTDataRequest -
Uses of IqView in org.jivesoftware.smackx.iot.discovery.element
Classes in org.jivesoftware.smackx.iot.discovery.element that implement IqView Modifier and Type Class Description classIoTClaimedclassIoTDisownclassIoTDisownedclassIoTMineclassIoTRegisterclassIoTRemoveclassIoTRemovedclassIoTUnregister -
Uses of IqView in org.jivesoftware.smackx.iot.provisioning.element
Classes in org.jivesoftware.smackx.iot.provisioning.element that implement IqView Modifier and Type Class Description classClearCacheclassClearCacheResponseclassIoTIsFriendclassIoTIsFriendResponse -
Uses of IqView in org.jivesoftware.smackx.iqlast.packet
Classes in org.jivesoftware.smackx.iqlast.packet that implement IqView Modifier and Type Class Description classLastActivityA last activity IQ for retrieving information about the last activity associated with a Jabber ID. -
Uses of IqView in org.jivesoftware.smackx.iqprivate.packet
Classes in org.jivesoftware.smackx.iqprivate.packet that implement IqView Modifier and Type Class Description classPrivateDataIQ -
Uses of IqView in org.jivesoftware.smackx.iqregister.packet
Classes in org.jivesoftware.smackx.iqregister.packet that implement IqView Modifier and Type Class Description classRegistrationRepresents registration packets. -
Uses of IqView in org.jivesoftware.smackx.iqversion.packet
Subinterfaces of IqView in org.jivesoftware.smackx.iqversion.packet Modifier and Type Interface Description interfaceVersionViewClasses in org.jivesoftware.smackx.iqversion.packet that implement IqView 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.classVersionBuilder -
Uses of IqView in org.jivesoftware.smackx.jid_prep.element
Classes in org.jivesoftware.smackx.jid_prep.element that implement IqView Modifier and Type Class Description classJidPrepIq -
Uses of IqView in org.jivesoftware.smackx.jingle.element
Classes in org.jivesoftware.smackx.jingle.element that implement IqView Modifier and Type Class Description classJingleThe Jingle element.static classJingle.Builder -
Uses of IqView in org.jivesoftware.smackx.jingleold.nat
Classes in org.jivesoftware.smackx.jingleold.nat that implement IqView 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 IqView in org.jivesoftware.smackx.jingleold.packet
Classes in org.jivesoftware.smackx.jingleold.packet that implement IqView Modifier and Type Class Description classJingleAn Jingle sub-packet, which is used by XMPP clients to exchange info like descriptions and transports. -
Uses of IqView in org.jivesoftware.smackx.mam.element
Classes in org.jivesoftware.smackx.mam.element that implement IqView Modifier and Type Class Description classMamFinIQMAM fin IQ class.classMamPrefsIQMAM Preferences IQ class.classMamQueryIQMAM Query IQ class. -
Uses of IqView in org.jivesoftware.smackx.muc.packet
Classes in org.jivesoftware.smackx.muc.packet that implement IqView 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 IqView in org.jivesoftware.smackx.muclight.element
Classes in org.jivesoftware.smackx.muclight.element that implement IqView 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 IqView in org.jivesoftware.smackx.offline.packet
Classes in org.jivesoftware.smackx.offline.packet that implement IqView Modifier and Type Class Description classOfflineMessageRequestRepresents a request to get some or all the offline messages of a user. -
Uses of IqView in org.jivesoftware.smackx.ping.packet
Classes in org.jivesoftware.smackx.ping.packet that implement IqView Modifier and Type Class Description classPing -
Uses of IqView in org.jivesoftware.smackx.privacy.packet
Classes in org.jivesoftware.smackx.privacy.packet that implement IqView Modifier and Type Class Description classPrivacyA Privacy IQ Packet, is used by thePrivacyListManagerandPrivacyProviderto allow and block communications from other users. -
Uses of IqView in org.jivesoftware.smackx.pubsub.packet
Classes in org.jivesoftware.smackx.pubsub.packet that implement IqView Modifier and Type Class Description classPubSubThe standard PubSub extension of anIQpacket. -
Uses of IqView in org.jivesoftware.smackx.push_notifications.element
Classes in org.jivesoftware.smackx.push_notifications.element that implement IqView Modifier and Type Class Description classDisablePushNotificationsIQDisable Push Notifications IQ.classEnablePushNotificationsIQEnable Push Notifications IQ. -
Uses of IqView in org.jivesoftware.smackx.search
Classes in org.jivesoftware.smackx.search that implement IqView Modifier and Type Class Description classUserSearchImplements the protocol currently used to search information repositories on the Jabber network. -
Uses of IqView in org.jivesoftware.smackx.sharedgroups.packet
Classes in org.jivesoftware.smackx.sharedgroups.packet that implement IqView 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 IqView in org.jivesoftware.smackx.si.packet
Classes in org.jivesoftware.smackx.si.packet that implement IqView Modifier and Type Class Description classStreamInitiationThe process by which two entities initiate a stream. -
Uses of IqView in org.jivesoftware.smackx.time.packet
Subinterfaces of IqView in org.jivesoftware.smackx.time.packet Modifier and Type Interface Description interfaceTimeViewClasses in org.jivesoftware.smackx.time.packet that implement IqView Modifier and Type Class Description classTimeA Time IQ packet, which is used by XMPP clients to exchange their respective local times.classTimeBuilder -
Uses of IqView in org.jivesoftware.smackx.vcardtemp.packet
Classes in org.jivesoftware.smackx.vcardtemp.packet that implement IqView Modifier and Type Class Description classVCardA VCard class for use with the SMACK jabber library. -
Uses of IqView in org.jivesoftware.smackx.workgroup.agent
Classes in org.jivesoftware.smackx.workgroup.agent that implement IqView Modifier and Type Class Description classOfferConfirmation -
Uses of IqView in org.jivesoftware.smackx.workgroup.ext.forms
Classes in org.jivesoftware.smackx.workgroup.ext.forms that implement IqView Modifier and Type Class Description classWorkgroupForm -
Uses of IqView in org.jivesoftware.smackx.workgroup.ext.history
Classes in org.jivesoftware.smackx.workgroup.ext.history that implement IqView Modifier and Type Class Description classAgentChatHistoryIQ provider used to retrieve individual agent information.classChatMetadata -
Uses of IqView in org.jivesoftware.smackx.workgroup.ext.macros
Classes in org.jivesoftware.smackx.workgroup.ext.macros that implement IqView Modifier and Type Class Description classMacrosMacros iq is responsible for handling global and personal macros in the a Live Assistant Workgroup. -
Uses of IqView in org.jivesoftware.smackx.workgroup.ext.notes
Classes in org.jivesoftware.smackx.workgroup.ext.notes that implement IqView Modifier and Type Class Description classChatNotesIQ stanza for retrieving and adding Chat Notes. -
Uses of IqView in org.jivesoftware.smackx.workgroup.packet
Classes in org.jivesoftware.smackx.workgroup.packet that implement IqView 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 IqView in org.jivesoftware.smackx.workgroup.settings
Classes in org.jivesoftware.smackx.workgroup.settings that implement IqView Modifier and Type Class Description classChatSettingsclassGenericSettingsclassOfflineSettingsclassSearchSettingsclassSoundSettingsclassWorkgroupProperties
-