public class NonSaslAuthModule extends AbstractIQModule
| Modifier and Type | Class and Description |
|---|---|
static class |
NonSaslAuthModule.NonSaslAuthEvent |
| Modifier and Type | Field and Description |
|---|---|
static Criteria |
CRIT |
log, observable, sessionObject, writer| Constructor and Description |
|---|
NonSaslAuthModule(SessionObject sessionObject,
PacketWriter packetWriter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireAuthStart(IQ iq) |
Criteria |
getCriteria()
Criteria
|
String[] |
getFeatures()
Returns features what are implemented by Module.
|
void |
login() |
protected void |
onError(Stanza responseStanza,
XMPPException.ErrorCondition error) |
protected void |
onSuccess(Stanza responseStanza) |
protected void |
onTimeout() |
protected void |
processGet(IQ element)
Method for processing stanza
<iq type='get'>. |
protected void |
processSet(IQ element)
Method for processing stanza
<iq type='set'>. |
addListener, addListener, process, removeAllListeners, removeListener, removeListener, setObservablepublic static final Criteria CRIT
public NonSaslAuthModule(SessionObject sessionObject, PacketWriter packetWriter)
protected void fireAuthStart(IQ iq) throws JaxmppException
JaxmppExceptionpublic Criteria getCriteria()
XmppModulepublic String[] getFeatures()
XmppModuleReturns features what are implemented by Module.
public void login()
throws JaxmppException
JaxmppExceptionprotected void onError(Stanza responseStanza, XMPPException.ErrorCondition error) throws JaxmppException
JaxmppExceptionprotected void onSuccess(Stanza responseStanza) throws JaxmppException
JaxmppExceptionprotected void onTimeout()
throws JaxmppException
JaxmppExceptionprotected void processGet(IQ element) throws JaxmppException
AbstractIQModule<iq type='get'>.processGet in class AbstractIQModuleelement - incoming XMPP stanzaJaxmppExceptionprotected void processSet(IQ element) throws JaxmppException
AbstractIQModule<iq type='set'>.processSet in class AbstractIQModuleelement - incoming XMPP stanzaJaxmppExceptionCopyright © 2006–2014 Tigase. All rights reserved.