Package tigase.xmpp.impl
Interface JabberIqRegister.AccountValidator
-
- Enclosing class:
- JabberIqRegister
public static interface JabberIqRegister.AccountValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckRequiredParameters(BareJID jid, Map<String,String> reg_params)booleansendAccountValidation(BareJID jid, Map<String,String> reg_params)BareJIDvalidateAccount(String token)
-
-
-
Method Detail
-
checkRequiredParameters
void checkRequiredParameters(BareJID jid, Map<String,String> reg_params) throws XMPPProcessorException
- Throws:
XMPPProcessorException
-
-