Package tigase.xmpp.impl
Interface JabberIqRegister.AccountValidator
- Enclosing class:
- JabberIqRegister
public static interface JabberIqRegister.AccountValidator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkRequiredParameters
(tigase.xmpp.jid.BareJID jid, Map<String, String> reg_params) boolean
sendAccountValidation
(tigase.xmpp.jid.BareJID jid, Map<String, String> reg_params) tigase.xmpp.jid.BareJID
validateAccount
(String token)
-
Method Details
-
checkRequiredParameters
void checkRequiredParameters(tigase.xmpp.jid.BareJID jid, Map<String, String> reg_params) throws XMPPProcessorException- Throws:
XMPPProcessorException
-
sendAccountValidation
-
validateAccount
-