Uses of Class
org.xmpp.packet.IQ
Packages that use IQ
-
Uses of IQ in org.xmpp.component
Methods in org.xmpp.component that return IQModifier and TypeMethodDescriptionprotected IQAbstractComponent.handleDiscoInfo(IQ iq) Default handler of Service Discovery Info requests.protected IQAbstractComponent.handleDiscoItems(IQ iq) Default handler of Service Discovery Info requests.protected IQAbstractComponent.handleEntityTime(IQ iq) Default handler of Entity Time requests (XEP-0202).protected IQAbstractComponent.handleIQGet(IQ iq) Override this method to handle the IQ stanzas of typegetthat could not be processed by theAbstractComponentimplementation.protected IQAbstractComponent.handleIQSet(IQ iq) Override this method to handle the IQ stanzas of typesetthat could not be processed by theAbstractComponentimplementation.protected IQAbstractComponent.handleLastActivity(IQ iq) Default handler of Last Activity requests (XEP-0012).protected IQAbstractComponent.handlePing(IQ iq) Default handler of Ping requests (XEP-0199).Sends an IQ packet to the XMPP server and waits to get an IQ of type result or error.Methods in org.xmpp.component with parameters of type IQModifier and TypeMethodDescriptionprotected booleanAbstractComponent.dropStanza(IQ iq) protected IQAbstractComponent.handleDiscoInfo(IQ iq) Default handler of Service Discovery Info requests.protected IQAbstractComponent.handleDiscoItems(IQ iq) Default handler of Service Discovery Info requests.protected IQAbstractComponent.handleEntityTime(IQ iq) Default handler of Entity Time requests (XEP-0202).protected voidAbstractComponent.handleIQError(IQ iq) Override this method to handle the IQ stanzas of typeerrorthat are received by the component.protected IQAbstractComponent.handleIQGet(IQ iq) Override this method to handle the IQ stanzas of typegetthat could not be processed by theAbstractComponentimplementation.protected voidAbstractComponent.handleIQResult(IQ iq) Override this method to handle the IQ stanzas of typeresultthat are received by the component.protected IQAbstractComponent.handleIQSet(IQ iq) Override this method to handle the IQ stanzas of typesetthat could not be processed by theAbstractComponentimplementation.protected IQAbstractComponent.handleLastActivity(IQ iq) Default handler of Last Activity requests (XEP-0012).protected IQAbstractComponent.handlePing(IQ iq) Default handler of Ping requests (XEP-0199).Sends an IQ packet to the XMPP server and waits to get an IQ of type result or error.voidComponentManager.query(Component component, IQ packet, IQResultListener listener) Sends an IQ packet to the server and returns immediately.voidIQResultListener.receivedAnswer(IQ packet) Notification method indicating that a previously sent IQ packet has been answered. -
Uses of IQ in org.xmpp.muc
Subclasses of IQ in org.xmpp.mucModifier and TypeClassDescriptionclassDestroyRoom is a packet that when sent will ask the server to destroy a given room.classRoomConfiguration is a packet that helps to set the configuration of MUC rooms. -
Uses of IQ in org.xmpp.packet
Subclasses of IQ in org.xmpp.packetMethods in org.xmpp.packet that return IQModifier and TypeMethodDescriptionIQ.createCopy()Returns a deep copy of this IQ.static IQIQ.createResultIQ(IQ iq) Methods in org.xmpp.packet with parameters of type IQ