Uses of Class
org.jivesoftware.smack.packet.IQ
-
-
Uses of IQ in org.jivesoftware.smack
Methods in org.jivesoftware.smack with type parameters of type IQ Modifier and Type Method Description <I extends IQ>
IAbstractXMPPConnection. sendIqRequestAndWaitForResponse(IQ request)<I extends IQ>
IXMPPConnection. sendIqRequestAndWaitForResponse(IQ request)Send an IQ request and wait for the response.Methods in org.jivesoftware.smack that return types with arguments of type IQ Modifier and Type Method Description SmackFuture<IQ,Exception>AbstractXMPPConnection. sendIqRequestAsync(IQ request)SmackFuture<IQ,Exception>AbstractXMPPConnection. sendIqRequestAsync(IQ request, long timeout)SmackFuture<IQ,Exception>XMPPConnection. sendIqRequestAsync(IQ request)Send an IQ request asynchronously.SmackFuture<IQ,Exception>XMPPConnection. sendIqRequestAsync(IQ request, long timeout)Send an IQ request asynchronously.Methods in org.jivesoftware.smack with parameters of type IQ Modifier and Type Method Description StanzaCollectorAbstractXMPPConnection. createStanzaCollectorAndSend(IQ packet)StanzaCollectorXMPPConnection. createStanzaCollectorAndSend(IQ request)Creates a new stanza collector collecting IQ responses that are replies to the IQrequest.<I extends IQ>
IAbstractXMPPConnection. sendIqRequestAndWaitForResponse(IQ request)<I extends IQ>
IXMPPConnection. sendIqRequestAndWaitForResponse(IQ request)Send an IQ request and wait for the response.SmackFuture<IQ,Exception>AbstractXMPPConnection. sendIqRequestAsync(IQ request)SmackFuture<IQ,Exception>AbstractXMPPConnection. sendIqRequestAsync(IQ request, long timeout)SmackFuture<IQ,Exception>XMPPConnection. sendIqRequestAsync(IQ request)Send an IQ request asynchronously.SmackFuture<IQ,Exception>XMPPConnection. sendIqRequestAsync(IQ request, long timeout)Send an IQ request asynchronously. -
Uses of IQ in org.jivesoftware.smack.filter
Methods in org.jivesoftware.smack.filter with parameters of type IQ Modifier and Type Method Description protected booleanIQTypeFilter. acceptSpecific(IQ iq)Constructors in org.jivesoftware.smack.filter with parameters of type IQ Constructor Description IQReplyFilter(IQ iqPacket, XMPPConnection conn)Filters for packets which are a valid reply to an IQ request.IQResultReplyFilter(IQ iqPacket, XMPPConnection conn) -
Uses of IQ in org.jivesoftware.smack.iqrequest
Methods in org.jivesoftware.smack.iqrequest that return IQ Modifier and Type Method Description abstract IQAbstractIqRequestHandler. handleIQRequest(IQ iqRequest)IQIQRequestHandler. handleIQRequest(IQ iqRequest)Methods in org.jivesoftware.smack.iqrequest with parameters of type IQ Modifier and Type Method Description abstract IQAbstractIqRequestHandler. handleIQRequest(IQ iqRequest)IQIQRequestHandler. handleIQRequest(IQ iqRequest) -
Uses of IQ in org.jivesoftware.smack.packet
Classes in org.jivesoftware.smack.packet with type parameters of type IQ Modifier and Type Class Description classIqBuilder<IB extends IqBuilder<IB,I>,I extends IQ>Subclasses of IQ in org.jivesoftware.smack.packet Modifier and Type Class Description classBindIQ stanza used by Smack to bind a resource and to obtain the jid assigned by the server.classEmptyResultIQclassErrorIQAn XMPP error IQ.classSessionIQ 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 that return IQ Modifier and Type Method Description static IQIQ. createResultIQ(IQ request)Convenience method to create a new emptyIQ.Type.resultIQ based on aIQ.Type.getorIQ.Type.setIQ.Methods in org.jivesoftware.smack.packet with parameters of type IQ Modifier and Type Method Description static ErrorIQErrorIQ. createErrorResponse(IQ request, StanzaError error)static ErrorIQIQ. createErrorResponse(IQ request, StanzaError error)static ErrorIQIQ. createErrorResponse(IQ request, StanzaError.Builder error)Deprecated.usecreateErrorResponse(IQ, StanzaError)instead.static ErrorIQIQ. createErrorResponse(IQ request, StanzaError.Condition condition)static IQIQ. createResultIQ(IQ request)Convenience method to create a new emptyIQ.Type.resultIQ based on aIQ.Type.getorIQ.Type.setIQ.Constructors in org.jivesoftware.smack.packet with parameters of type IQ Constructor Description EmptyResultIQ(IQ request)IQ(IQ iq)IqBuilder(IQ other, String stanzaId) -
Uses of IQ in org.jivesoftware.smack.provider
Classes in org.jivesoftware.smack.provider with type parameters of type IQ Modifier and Type Class Description static classIntrospectionProvider.IQIntrospectionProvider<I extends IQ>Deprecated.use a proper parser.classIqProvider<I extends IQ>An abstract class for parsing customIQpackets.classLegacyIQProvider<I extends IQ>Deprecated.UseIqProviderinsteadMethods in org.jivesoftware.smack.provider that return types with arguments of type IQ Modifier and Type Method Description static IqProvider<IQ>ProviderManager. getIQProvider(String elementName, String namespace)Returns the IQ provider registered to the specified XML element name and namespace.static List<IqProvider<IQ>>ProviderManager. getIQProviders()Returns an unmodifiable collection of all IqProvider instances.Constructor parameters in org.jivesoftware.smack.provider with type arguments of type IQ Constructor Description IQProviderInfo(String elementName, String namespace, IqProvider<IQ> iqProvider)Defines an IQ provider which implements theIqProviderinterface. -
Uses of IQ in org.jivesoftware.smack.roster.packet
Subclasses of IQ in org.jivesoftware.smack.roster.packet Modifier and Type Class Description classRosterPacketRepresents XMPP roster packets. -
Uses of IQ in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that return IQ Modifier and Type Method Description static IQPacketParserUtils. parseIQ(XmlPullParser parser)static IQPacketParserUtils. parseIQ(XmlPullParser parser, XmlEnvironment outerXmlEnvironment)Parses an IQ packet. -
Uses of IQ in org.jivesoftware.smackx.blocking.element
Subclasses of IQ in org.jivesoftware.smackx.blocking.element Modifier and Type Class Description classBlockContactsIQBlock contact IQ class.classBlockListIQBlock list IQ class.classUnblockContactsIQUnblock contact IQ class. -
Uses of IQ in org.jivesoftware.smackx.bob.element
Subclasses of IQ in org.jivesoftware.smackx.bob.element Modifier and Type Class Description classBoBIQBits of Binary IQ class. -
Uses of IQ in org.jivesoftware.smackx.bytestreams.ibb.packet
Subclasses of IQ in org.jivesoftware.smackx.bytestreams.ibb.packet 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 IQ in org.jivesoftware.smackx.bytestreams.socks5.packet
Subclasses of IQ in org.jivesoftware.smackx.bytestreams.socks5.packet Modifier and Type Class Description classBytestreamA stanza representing part of a SOCKS5 Bytestream negotiation. -
Uses of IQ in org.jivesoftware.smackx.carbons.packet
Subclasses of IQ in org.jivesoftware.smackx.carbons.packet Modifier and Type Class Description static classCarbon.Disablestatic classCarbon.Enable -
Uses of IQ in org.jivesoftware.smackx.commands.packet
Subclasses of IQ in org.jivesoftware.smackx.commands.packet Modifier and Type Class Description classAdHocCommandDataRepresents the state and the request of the execution of an adhoc command. -
Uses of IQ in org.jivesoftware.smackx.disco.packet
Subclasses of IQ in org.jivesoftware.smackx.disco.packet 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 IQ in org.jivesoftware.smackx.dox.element
Subclasses of IQ in org.jivesoftware.smackx.dox.element Modifier and Type Class Description classDnsIq -
Uses of IQ in org.jivesoftware.smackx.filetransfer
Fields in org.jivesoftware.smackx.filetransfer with type parameters of type IQ Modifier and Type Field Description protected static EventManger<String,IQ,SmackException.NotConnectedException>StreamNegotiator. initationSetEventsA event manager for stream initiation requests send to us.Methods in org.jivesoftware.smackx.filetransfer that return IQ Modifier and Type Method Description protected IQStreamNegotiator. initiateIncomingStream(XMPPConnection connection, StreamInitiation initiation)Methods in org.jivesoftware.smackx.filetransfer with parameters of type IQ Modifier and Type Method Description static voidStreamNegotiator. signal(String eventKey, IQ eventValue) -
Uses of IQ in org.jivesoftware.smackx.hoxt.packet
Subclasses of IQ in org.jivesoftware.smackx.hoxt.packet Modifier and Type Class Description classAbstractHttpOverXmppAbstract parent for Req and Resp IQ packets.classHttpOverXmppReqRepresents Req IQ packet.classHttpOverXmppRespRepresents Resp IQ packet. -
Uses of IQ in org.jivesoftware.smackx.httpfileupload.element
Subclasses of IQ in org.jivesoftware.smackx.httpfileupload.element Modifier and Type Class Description classSlotSlot responded by upload service.classSlot_V0_2classSlotRequestUpload slot request.classSlotRequest_V0_2Methods in org.jivesoftware.smackx.httpfileupload.element with parameters of type IQ Modifier and Type Method Description static FileTooLargeErrorFileTooLargeError. from(IQ iq) -
Uses of IQ in org.jivesoftware.smackx.iot
Methods in org.jivesoftware.smackx.iot that return IQ Modifier and Type Method Description protected abstract IQIoTManager.IoTIqRequestHandler. handleIoTIqRequest(IQ iqRequest)IQIoTManager.IoTIqRequestHandler. handleIQRequest(IQ iqRequest)Methods in org.jivesoftware.smackx.iot with parameters of type IQ Modifier and Type Method Description protected abstract IQIoTManager.IoTIqRequestHandler. handleIoTIqRequest(IQ iqRequest)IQIoTManager.IoTIqRequestHandler. handleIQRequest(IQ iqRequest) -
Uses of IQ in org.jivesoftware.smackx.iot.control.element
Subclasses of IQ in org.jivesoftware.smackx.iot.control.element Modifier and Type Class Description classIoTSetRequestclassIoTSetResponse -
Uses of IQ in org.jivesoftware.smackx.iot.data.element
Subclasses of IQ in org.jivesoftware.smackx.iot.data.element Modifier and Type Class Description classIoTDataReadOutAcceptedclassIoTDataRequest -
Uses of IQ in org.jivesoftware.smackx.iot.discovery.element
Subclasses of IQ in org.jivesoftware.smackx.iot.discovery.element Modifier and Type Class Description classIoTClaimedclassIoTDisownclassIoTDisownedclassIoTMineclassIoTRegisterclassIoTRemoveclassIoTRemovedclassIoTUnregister -
Uses of IQ in org.jivesoftware.smackx.iot.provisioning.element
Subclasses of IQ in org.jivesoftware.smackx.iot.provisioning.element Modifier and Type Class Description classClearCacheclassClearCacheResponseclassIoTIsFriendclassIoTIsFriendResponse -
Uses of IQ in org.jivesoftware.smackx.iqlast.packet
Subclasses of IQ in org.jivesoftware.smackx.iqlast.packet Modifier and Type Class Description classLastActivityA last activity IQ for retrieving information about the last activity associated with a Jabber ID. -
Uses of IQ in org.jivesoftware.smackx.iqprivate.packet
Subclasses of IQ in org.jivesoftware.smackx.iqprivate.packet Modifier and Type Class Description classPrivateDataIQ -
Uses of IQ in org.jivesoftware.smackx.iqregister.packet
Subclasses of IQ in org.jivesoftware.smackx.iqregister.packet Modifier and Type Class Description classRegistrationRepresents registration packets. -
Uses of IQ in org.jivesoftware.smackx.iqversion.packet
Subclasses of IQ in org.jivesoftware.smackx.iqversion.packet 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 IQ in org.jivesoftware.smackx.jid_prep.element
Subclasses of IQ in org.jivesoftware.smackx.jid_prep.element Modifier and Type Class Description classJidPrepIq -
Uses of IQ in org.jivesoftware.smackx.jingle
Methods in org.jivesoftware.smackx.jingle that return IQ Modifier and Type Method Description IQJingleUtil. createAck(Jingle jingle)IQJingleUtil. createErrorMalformedRequest(Jingle request)IQJingleUtil. createErrorOutOfOrder(Jingle request)IQJingleUtil. createErrorTieBreak(Jingle request)IQJingleUtil. createErrorUnknownInitiator(Jingle request)IQJingleUtil. createErrorUnknownSession(Jingle request)IQJingleUtil. createErrorUnsupportedInfo(Jingle request)protected IQJingleSession. handleContentAccept(Jingle contentAccept)protected IQJingleSession. handleContentAdd(Jingle contentAdd)protected IQJingleSession. handleContentModify(Jingle contentModify)protected IQJingleSession. handleContentReject(Jingle contentReject)protected IQJingleSession. handleContentRemove(Jingle contentRemove)protected IQJingleSession. handleDescriptionInfo(Jingle descriptionInfo)IQJingleHandler. handleJingleRequest(Jingle jingle)IQJingleSession. handleJingleSessionRequest(Jingle jingle)IQJingleSessionHandler. handleJingleSessionRequest(Jingle jingle)protected IQJingleSession. handleSecurityInfo(Jingle securityInfo)protected IQJingleSession. handleSessionAccept(Jingle sessionAccept)protected IQJingleSession. handleSessionInfo(Jingle sessionInfo)protected IQJingleSession. handleSessionInitiate(Jingle sessionInitiate)protected IQJingleSession. handleSessionTerminate(Jingle sessionTerminate)protected IQJingleSession. handleTransportAccept(Jingle transportAccept)protected IQJingleSession. handleTransportReject(Jingle transportReject)protected IQJingleSession. handleTransportReplace(Jingle transportReplace)IQJingleUtil. sendContentRejectFileNotAvailable(FullJid recipient, String sessionId, JingleContentDescription description)IQJingleUtil. sendSessionAccept(FullJid recipient, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport)IQJingleUtil. sendSessionInitiate(FullJid recipient, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport)IQJingleUtil. sendSessionInitiateFileOffer(FullJid recipient, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContentDescription description, JingleContentTransport transport)IQJingleUtil. sendSessionPing(FullJid recipient, String sessionId)IQJingleUtil. sendSessionTerminateAlternativeSession(FullJid recipient, String sessionId, String altSessionId)IQJingleUtil. sendSessionTerminateBusy(FullJid recipient, String sessionId)IQJingleUtil. sendSessionTerminateCancel(FullJid recipient, String sessionId)IQJingleUtil. sendSessionTerminateContentCancel(FullJid recipient, String sessionId, JingleContent.Creator contentCreator, String contentName)IQJingleUtil. sendSessionTerminateDecline(FullJid recipient, String sessionId)IQJingleUtil. sendSessionTerminateFailedApplication(FullJid recipient, String sessionId)IQJingleUtil. sendSessionTerminateFailedTransport(FullJid recipient, String sessionId)IQJingleUtil. sendSessionTerminateIncompatibleParameters(FullJid recipient, String sessionId)IQJingleUtil. sendSessionTerminateSuccess(FullJid recipient, String sessionId)IQJingleUtil. sendSessionTerminateUnsupportedApplications(FullJid recipient, String sessionId)IQJingleUtil. sendSessionTerminateUnsupportedTransports(FullJid recipient, String sessionId)IQJingleUtil. sendTransportAccept(FullJid recipient, FullJid initiator, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContentTransport transport)IQJingleUtil. sendTransportReject(FullJid recipient, FullJid initiator, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContentTransport transport)IQJingleUtil. sendTransportReplace(FullJid recipient, FullJid initiator, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContentTransport transport) -
Uses of IQ in org.jivesoftware.smackx.jingle.element
Subclasses of IQ in org.jivesoftware.smackx.jingle.element Modifier and Type Class Description classJingleThe Jingle element. -
Uses of IQ in org.jivesoftware.smackx.jingle.transports
Methods in org.jivesoftware.smackx.jingle.transports that return IQ Modifier and Type Method Description abstract IQJingleTransportSession. handleTransportInfo(Jingle transportInfo) -
Uses of IQ in org.jivesoftware.smackx.jingle.transports.jingle_ibb
Methods in org.jivesoftware.smackx.jingle.transports.jingle_ibb that return IQ Modifier and Type Method Description IQJingleIBBTransportSession. handleTransportInfo(Jingle transportInfo) -
Uses of IQ in org.jivesoftware.smackx.jingle.transports.jingle_s5b
Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b that return IQ Modifier and Type Method Description IQJingleS5BTransportSession. handleCandidateActivate(Jingle jingle)IQJingleS5BTransportSession. handleCandidateError(Jingle jingle)IQJingleS5BTransportSession. handleCandidateUsed(Jingle jingle)IQJingleS5BTransportSession. handleProxyError(Jingle jingle)IQJingleS5BTransportSession. handleTransportInfo(Jingle transportInfo) -
Uses of IQ in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold that return IQ Modifier and Type Method Description IQJingleSession. createAck(IQ iq)Acknowledge a IQ packet.IQJingleSession. createJingleError(IQ iq, JingleError jingleError)Complete and send an error.abstract IQJingleSessionState. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)Process an incoming Jingle Packet.IQJingleSessionStateActive. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)IQJingleSessionStateEnded. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)Pretty much nothing is valid for receiving once we've ended the session.IQJingleSessionStatePending. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)IQJingleSessionStateUnknown. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)Methods in org.jivesoftware.smackx.jingleold that return types with arguments of type IQ Modifier and Type Method Description List<IQ>ContentNegotiator. dispatchIncomingPacket(IQ iq, String id)abstract List<IQ>JingleNegotiator. dispatchIncomingPacket(IQ iq, String id)Dispatch an incoming packet.List<IQ>JingleSession. dispatchIncomingPacket(IQ iq, String id)Dispatch an incoming packet.Methods in org.jivesoftware.smackx.jingleold with parameters of type IQ Modifier and Type Method Description IQJingleSession. createAck(IQ iq)Acknowledge a IQ packet.IQJingleSession. createJingleError(IQ iq, JingleError jingleError)Complete and send an error.List<IQ>ContentNegotiator. dispatchIncomingPacket(IQ iq, String id)abstract List<IQ>JingleNegotiator. dispatchIncomingPacket(IQ iq, String id)Dispatch an incoming packet.List<IQ>JingleSession. dispatchIncomingPacket(IQ iq, String id)Dispatch an incoming packet.voidJingleSession. receivePacketAndRespond(IQ iq)Process and respond to an incoming packet.JingleJingleSession. sendFormattedJingle(IQ iq, Jingle jout)Complete and send a packet.voidJingleSession. sendStanza(IQ iq) -
Uses of IQ in org.jivesoftware.smackx.jingleold.media
Methods in org.jivesoftware.smackx.jingleold.media that return types with arguments of type IQ Modifier and Type Method Description List<IQ>MediaNegotiator. dispatchIncomingPacket(IQ iq, String id)Dispatch an incoming packet.Methods in org.jivesoftware.smackx.jingleold.media with parameters of type IQ Modifier and Type Method Description List<IQ>MediaNegotiator. dispatchIncomingPacket(IQ iq, String id)Dispatch an incoming packet. -
Uses of IQ in org.jivesoftware.smackx.jingleold.nat
Subclasses of IQ in org.jivesoftware.smackx.jingleold.nat 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.Methods in org.jivesoftware.smackx.jingleold.nat that return types with arguments of type IQ Modifier and Type Method Description List<IQ>TransportNegotiator. dispatchIncomingPacket(IQ iq, String id)Dispatch an incoming packet.Methods in org.jivesoftware.smackx.jingleold.nat with parameters of type IQ Modifier and Type Method Description List<IQ>TransportNegotiator. dispatchIncomingPacket(IQ iq, String id)Dispatch an incoming packet. -
Uses of IQ in org.jivesoftware.smackx.jingleold.packet
Subclasses of IQ in org.jivesoftware.smackx.jingleold.packet Modifier and Type Class Description classJingleAn Jingle sub-packet, which is used by XMPP clients to exchange info like descriptions and transports. -
Uses of IQ in org.jivesoftware.smackx.mam.element
Subclasses of IQ in org.jivesoftware.smackx.mam.element Modifier and Type Class Description classMamFinIQMAM fin IQ class.classMamPrefsIQMAM Preferences IQ class.classMamQueryIQMAM Query IQ class. -
Uses of IQ in org.jivesoftware.smackx.muc.packet
Subclasses of IQ in org.jivesoftware.smackx.muc.packet 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 IQ in org.jivesoftware.smackx.muclight.element
Subclasses of IQ in org.jivesoftware.smackx.muclight.element 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 IQ in org.jivesoftware.smackx.offline.packet
Subclasses of IQ in org.jivesoftware.smackx.offline.packet Modifier and Type Class Description classOfflineMessageRequestRepresents a request to get some or all the offline messages of a user. -
Uses of IQ in org.jivesoftware.smackx.ping.packet
Subclasses of IQ in org.jivesoftware.smackx.ping.packet Modifier and Type Class Description classPingMethods in org.jivesoftware.smackx.ping.packet that return IQ Modifier and Type Method Description IQPing. getPong()Create an XMPP Pong for this Ping. -
Uses of IQ in org.jivesoftware.smackx.privacy.packet
Subclasses of IQ in org.jivesoftware.smackx.privacy.packet Modifier and Type Class Description classPrivacyA Privacy IQ Packet, is used by thePrivacyListManagerandPrivacyProviderto allow and block communications from other users. -
Uses of IQ in org.jivesoftware.smackx.pubsub.packet
Subclasses of IQ in org.jivesoftware.smackx.pubsub.packet Modifier and Type Class Description classPubSubThe standard PubSub extension of anIQpacket. -
Uses of IQ in org.jivesoftware.smackx.push_notifications.element
Subclasses of IQ in org.jivesoftware.smackx.push_notifications.element Modifier and Type Class Description classDisablePushNotificationsIQDisable Push Notifications IQ.classEnablePushNotificationsIQEnable Push Notifications IQ. -
Uses of IQ in org.jivesoftware.smackx.search
Subclasses of IQ in org.jivesoftware.smackx.search Modifier and Type Class Description classUserSearchImplements the protocol currently used to search information repositories on the Jabber network.Methods in org.jivesoftware.smackx.search that return IQ Modifier and Type Method Description IQUserSearch.Provider. parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) -
Uses of IQ in org.jivesoftware.smackx.sharedgroups.packet
Subclasses of IQ in org.jivesoftware.smackx.sharedgroups.packet 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 IQ in org.jivesoftware.smackx.si.packet
Subclasses of IQ in org.jivesoftware.smackx.si.packet Modifier and Type Class Description classStreamInitiationThe process by which two entities initiate a stream. -
Uses of IQ in org.jivesoftware.smackx.time.packet
Subclasses of IQ in org.jivesoftware.smackx.time.packet Modifier and Type Class Description classTimeA Time IQ packet, which is used by XMPP clients to exchange their respective local times. -
Uses of IQ in org.jivesoftware.smackx.vcardtemp.packet
Subclasses of IQ in org.jivesoftware.smackx.vcardtemp.packet Modifier and Type Class Description classVCardA VCard class for use with the SMACK jabber library. -
Uses of IQ in org.jivesoftware.smackx.workgroup.agent
Subclasses of IQ in org.jivesoftware.smackx.workgroup.agent Modifier and Type Class Description classOfferConfirmation -
Uses of IQ in org.jivesoftware.smackx.workgroup.ext.forms
Subclasses of IQ in org.jivesoftware.smackx.workgroup.ext.forms Modifier and Type Class Description classWorkgroupForm -
Uses of IQ in org.jivesoftware.smackx.workgroup.ext.history
Subclasses of IQ in org.jivesoftware.smackx.workgroup.ext.history Modifier and Type Class Description classAgentChatHistoryIQ provider used to retrieve individual agent information.classChatMetadata -
Uses of IQ in org.jivesoftware.smackx.workgroup.ext.macros
Subclasses of IQ in org.jivesoftware.smackx.workgroup.ext.macros Modifier and Type Class Description classMacrosMacros iq is responsible for handling global and personal macros in the a Live Assistant Workgroup. -
Uses of IQ in org.jivesoftware.smackx.workgroup.ext.notes
Subclasses of IQ in org.jivesoftware.smackx.workgroup.ext.notes Modifier and Type Class Description classChatNotesIQ stanza for retrieving and adding Chat Notes. -
Uses of IQ in org.jivesoftware.smackx.workgroup.packet
Subclasses of IQ in org.jivesoftware.smackx.workgroup.packet 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 IQ in org.jivesoftware.smackx.workgroup.settings
Subclasses of IQ in org.jivesoftware.smackx.workgroup.settings Modifier and Type Class Description classChatSettingsclassGenericSettingsclassOfflineSettingsclassSearchSettingsclassSoundSettingsclassWorkgroupProperties
-