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, processdestroy, getName, start, stoppublic org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ packet)
throws UnauthorizedException
IQHandlerhandleIQ in class IQHandlerpacket - the IQ packet to handle.UnauthorizedException - if the user that sent the packet is not
authorized to request the given operation.public IQHandlerInfo getInfo()
IQHandlerCopyright © 2003-2008 Jive Software.