Uses of Class
org.jivesoftware.openfire.handler.IQHandler
-
Packages that use IQHandler Package Description org.jivesoftware.openfire org.jivesoftware.openfire.commands Ad-Hoc Commands implementation (XEP-0050).org.jivesoftware.openfire.disco Service discovery implementation (XEP-0030).org.jivesoftware.openfire.handler IQ class implementations.org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.pep 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 IQHandler Modifier and Type Method Description List<IQHandler>XMPPServer. 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 IQHandler Modifier and Type Method Description voidIQRouter. 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.commands Modifier and Type Class Description classAdHocCommandHandlerAn AdHocCommandHandler is responsbile 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.disco Modifier and Type Class Description classIQDiscoInfoHandlerIQDiscoInfoHandler is responsible for handling disco#info requests.classIQDiscoItemsHandlerIQDiscoItemsHandler is responsible for handling disco#items requests. -
Uses of IQHandler in org.jivesoftware.openfire.handler
Subclasses of IQHandler in org.jivesoftware.openfire.handler Modifier and Type Class Description classIQBindHandlerBinds a resource to the stream so that the client's address becomes a full JID.classIQBlockingHandlerImplementation of XEP-0191 "Blocking Command".classIQEntityTimeHandlerThis IQ handler implements XEP-0202: Entity Time.classIQLastActivityHandlerImplements the TYPE_IQ jabber:iq:last protocol (last activity).classIQMessageCarbonsHandlerThis handler manages XEP-0280 Message Carbons.classIQOfflineMessagesHandlerImplements JEP-0013: Flexible Offline Message Retrieval.classIQPingHandlerImplements the XMPP Ping as defined by XEP-0199.classIQPrivacyHandlerIQPrivacyHandler is responsible for handling privacy lists.classIQPrivateHandlerImplements the TYPE_IQ jabber:iq:private protocol.classIQRegisterHandlerImplements the TYPE_IQ jabber:iq:register protocol (plain only).classIQRosterHandlerImplements the TYPE_IQ jabber:iq:roster protocol.classIQSessionEstablishmentHandlerActivate client sessions once resource binding has been done.classIQSharedGroupHandlerHandler of IQ packets whose child element is "sharedgroup" with namespace "http://www.jivesoftware.org/protocol/sharedgroup".classIQvCardHandlerImplements the TYPE_IQ vcard-temp protocol.classIQVersionHandlerImplements 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 IQHandler Modifier and Type Method Description voidMultiUserChatService. addIQHandler(IQHandler handler)Add a IQHandler to MUC rooms and services.voidMultiUserChatService. removeIQHandler(IQHandler handler) -
Uses of IQHandler in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi with parameters of type IQHandler Modifier and Type Method Description voidMultiUserChatServiceImpl. addIQHandler(IQHandler iqHandler)voidMultiUserChatServiceImpl. removeIQHandler(IQHandler iqHandler) -
Uses of IQHandler in org.jivesoftware.openfire.pep
Subclasses of IQHandler in org.jivesoftware.openfire.pep Modifier and Type Class Description classIQPEPHandlerAnIQHandlerused to implement XEP-0163: "Personal Eventing via Pubsub" Version 1.0classIQPEPOwnerHandlerAnIQHandlerused to implement XEP-0163: "Personal Eventing via Pubsub" Version 1.0
-