public class IQVersionHandler extends IQHandler implements ServerFeaturesProvider
deliverer, sessionManager
Constructor and Description |
---|
IQVersionHandler() |
Modifier and Type | Method and Description |
---|---|
Iterator<String> |
getFeatures()
Returns an Iterator (of String) with the supported features by the server.
|
IQHandlerInfo |
getInfo()
Returns the handler information to help generically handle IQ packets.
|
org.xmpp.packet.IQ |
handleIQ(org.xmpp.packet.IQ packet)
Handles the received IQ packet.
|
initialize, process
destroy, getName, start, stop
public org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ packet) throws PacketException
IQHandler
handleIQ
in class IQHandler
packet
- the IQ packet to handle.PacketException
public IQHandlerInfo getInfo()
IQHandler
public Iterator<String> getFeatures()
ServerFeaturesProvider
getFeatures
in interface ServerFeaturesProvider
Copyright © 2003–2019 Ignite Realtime. All rights reserved.