Uses of Class
org.jivesoftware.openfire.handler.IQHandler
Packages that use IQHandler
Package
Description
Ad-Hoc Commands implementation (XEP-0050).
Service discovery implementation (XEP-0030).
IQ class implementations.
Implementation of Multi-User Chat (XEP-0045).
Implementation of Multi-User Chat (XEP-0045).
Implementation of Personal Eventing via Pubsub (XEP-0163).
-
Uses of IQHandler in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return types with arguments of type IQHandlerModifier and TypeMethodDescriptionXMPPServer.getIQHandlers()Returns a list with all the modules registered with the server that inherit from IQHandler.Methods in org.jivesoftware.openfire with parameters of type IQHandlerModifier and TypeMethodDescriptionvoidIQRouter.addHandler(IQHandler handler) Adds a new IQHandler to the list of registered handler.voidIQRouter.removeHandler(IQHandler handler) Removes an IQHandler from the list of registered handler. -
Uses of IQHandler in org.jivesoftware.openfire.commands
Subclasses of IQHandler in org.jivesoftware.openfire.commandsModifier and TypeClassDescriptionclassAn AdHocCommandHandler is responsible for providing discoverable information about the supported commands and for handling commands requests. -
Uses of IQHandler in org.jivesoftware.openfire.disco
Subclasses of IQHandler in org.jivesoftware.openfire.discoModifier and TypeClassDescriptionclassIQDiscoInfoHandler is responsible for handling disco#info requests.classIQDiscoItemsHandler is responsible for handling disco#items requests. -
Uses of IQHandler in org.jivesoftware.openfire.handler
Subclasses of IQHandler in org.jivesoftware.openfire.handlerModifier and TypeClassDescriptionclassBinds a resource to the stream so that the client's address becomes a full JID.classImplementation of XEP-0191 "Blocking Command".final classThis IQ handler implements XEP-0202: Entity Time.classImplements the TYPE_IQ jabber:iq:last protocol (last activity).final classThis handler manages XEP-0280 Message Carbons.classImplements JEP-0013: Flexible Offline Message Retrieval.classImplements the XMPP Ping as defined by XEP-0199.classIQPrivacyHandler is responsible for handling privacy lists.classImplements the TYPE_IQ jabber:iq:private protocol.classImplements the TYPE_IQ jabber:iq:register protocol (plain only).classImplements the TYPE_IQ jabber:iq:roster protocol.classActivate client sessions once resource binding has been done.classHandler of IQ packets whose child element is "sharedgroup" with namespace "http://www.jivesoftware.org/protocol/sharedgroup".classImplements the TYPE_IQ vcard-temp protocol.classImplements the TYPE_IQ jabber:iq:version protocol (version info). -
Uses of IQHandler in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc with parameters of type IQHandlerModifier and TypeMethodDescriptionvoidMultiUserChatService.addIQHandler(IQHandler handler) Add a IQHandler to MUC rooms and services.voidMultiUserChatService.removeIQHandler(IQHandler handler) -
Uses of IQHandler in org.jivesoftware.openfire.muc.spi
Subclasses of IQHandler in org.jivesoftware.openfire.muc.spiModifier and TypeClassDescriptionclassImplements the TYPE_IQ vcard-temp protocol, to be used for MUC rooms.Methods in org.jivesoftware.openfire.muc.spi with parameters of type IQHandlerModifier and TypeMethodDescriptionvoidMultiUserChatServiceImpl.addIQHandler(IQHandler iqHandler) voidMultiUserChatServiceImpl.removeIQHandler(IQHandler iqHandler) -
Uses of IQHandler in org.jivesoftware.openfire.pep
Subclasses of IQHandler in org.jivesoftware.openfire.pep