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, processdestroy, getName, start, stoppublic org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ packet)
throws PacketException
IQHandlerhandleIQ in class IQHandlerpacket - the IQ packet to handle.PacketExceptionpublic IQHandlerInfo getInfo()
IQHandlerpublic Iterator<String> getFeatures()
ServerFeaturesProvidergetFeatures in interface ServerFeaturesProviderCopyright © 2003-2008 Jive Software.