public class IQSessionEstablishmentHandler extends IQHandler
Current implementation does not check any of the above conditions. However, future versions may add support for those checkings.
deliverer, sessionManager
Constructor and Description |
---|
IQSessionEstablishmentHandler() |
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.
|
initialize, process
destroy, getName, start, stop
public org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ packet) throws UnauthorizedException
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.public IQHandlerInfo getInfo()
IQHandler
Copyright © 2003-2008 Jive Software.