public class InBandRegistrationModule
extends tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
| Modifier and Type | Class and Description |
|---|---|
static interface |
InBandRegistrationModule.NotSupportedErrorHandler |
static interface |
InBandRegistrationModule.ReceivedErrorHandler |
static interface |
InBandRegistrationModule.ReceivedRequestedFieldsHandler |
static interface |
InBandRegistrationModule.ReceivedTimeoutHandler |
| Modifier and Type | Field and Description |
|---|---|
static String |
IN_BAND_REGISTRATION_MODE_KEY |
| Constructor and Description |
|---|
InBandRegistrationModule() |
addExtension, getExtensionChain, getFeaturesWithExtensions, removeExtension, write, write, writepublic static final String IN_BAND_REGISTRATION_MODE_KEY
public static boolean isRegistrationAvailable(tigase.jaxmpp.core.client.Context context)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic static boolean isRegistrationAvailable(tigase.jaxmpp.core.client.SessionObject sessionObject)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void addNotSupportedErrorHandler(InBandRegistrationModule.NotSupportedErrorHandler handler)
public void addReceivedErrorHandler(InBandRegistrationModule.ReceivedErrorHandler handler)
public void addReceivedRequestedFieldsHandler(InBandRegistrationModule.ReceivedRequestedFieldsHandler handler)
public void addReceivedTimeoutHandler(InBandRegistrationModule.ReceivedTimeoutHandler handler)
public tigase.jaxmpp.core.client.criteria.Criteria getCriteria()
public String[] getFeatures()
protected void processGet(tigase.jaxmpp.core.client.xmpp.stanzas.IQ element)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
processGet in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModuletigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected void processSet(tigase.jaxmpp.core.client.xmpp.stanzas.IQ element)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
processSet in class tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModuletigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void register(String username, String password, String email, tigase.jaxmpp.core.client.AsyncCallback asyncCallback) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void removeAccount(tigase.jaxmpp.core.client.AsyncCallback asyncCallback)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void removeNotSupportedErrorHandler(InBandRegistrationModule.NotSupportedErrorHandler handler)
public void removeReceivedErrorHandler(InBandRegistrationModule.ReceivedErrorHandler handler)
public void removeReceivedRequestedFieldsHandler(InBandRegistrationModule.ReceivedRequestedFieldsHandler handler)
public void removeReceivedTimeoutHandler(InBandRegistrationModule.ReceivedTimeoutHandler handler)
public void start()
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionCopyright © 2006–2015 Tigase. All rights reserved.