public class IQvCardHandler extends IQHandler
A 'get' query retrieves the vcard for the addressee. A 'set' query sets the vcard information for the sender's account.
Currently an empty implementation to allow usage with normal clients. Future implementation needed.
deliverer, sessionManager
Constructor and Description |
---|
IQvCardHandler() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
IQHandler
handleIQ
in class IQHandler
packet
- the IQ packet to handle.UnauthorizedException
- 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
Copyright © 2003-2008 Jive Software.