public class IQBindHandler extends IQHandler
Clients may specify a desired resource but if none was specified then the server will create a random resource for the session. The new resource should be in accordance with ResourcePrep. The server will also verify if there are previous sessions from the same user that are already using the resource specified by the user. Depending on the server configuration the old session may be kicked or the new session may be rejected.
deliverer, sessionManager| Constructor and Description |
|---|
IQBindHandler() |
| 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, 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 void initialize(XMPPServer server)
BasicModuleInitializes the basic module.
Inheriting classes that choose to override this method MUST call this initialize() method before accessing BasicModule resources.
initialize in interface Moduleinitialize in class IQHandlerserver - the server hosting this module.public IQHandlerInfo getInfo()
IQHandlerCopyright © 2003–2019 Ignite Realtime. All rights reserved.