public class IQRosterHandler extends IQHandler implements ServerFeaturesProvider
A 'get' query retrieves a snapshot of the roster. A 'set' query updates the roster (typically with new group info). The server sends 'set' updates asynchronously when roster entries change status.
Currently an empty implementation to allow usage with normal clients. Future implementation needed.
deliverer, sessionManager
Constructor and Description |
---|
IQRosterHandler() |
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 all roster queries.
|
void |
initialize(XMPPServer server)
Initializes the basic module.
|
destroy, getName, start, stop
public org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ packet) throws UnauthorizedException, PacketException
handleIQ
in class IQHandler
packet
- The update packetUnauthorizedException
- if the user that sent the packet is not
authorized to request the given operation.PacketException
public void initialize(XMPPServer server)
BasicModule
Initializes the basic module.
Inheriting classes that choose to override this method MUST call this initialize() method before accessing BasicModule resources.
initialize
in interface Module
initialize
in class IQHandler
server
- the server hosting this module.public IQHandlerInfo getInfo()
IQHandler
public Iterator<String> getFeatures()
ServerFeaturesProvider
getFeatures
in interface ServerFeaturesProvider
Copyright © 2003–2019 Ignite Realtime. All rights reserved.