public class IQRegisterHandler extends IQHandler implements ServerFeaturesProvider
deliverer, sessionManager| Constructor and Description |
|---|
IQRegisterHandler()
Basic constructor does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canChangePassword() |
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 the received IQ packet.
|
void |
initialize(XMPPServer server)
Initializes the basic module.
|
boolean |
isInbandRegEnabled() |
void |
setCanChangePassword(boolean allowed) |
void |
setInbandRegEnabled(boolean allowed) |
destroy, getName, start, stoppublic 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 org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ packet)
throws PacketException,
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.PacketExceptionpublic boolean isInbandRegEnabled()
public void setInbandRegEnabled(boolean allowed)
public boolean canChangePassword()
public void setCanChangePassword(boolean allowed)
public IQHandlerInfo getInfo()
IQHandlerpublic Iterator<String> getFeatures()
ServerFeaturesProvidergetFeatures in interface ServerFeaturesProviderCopyright © 2003-2008 Jive Software.