|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.vysper.xmpp.modules.core.base.handler.XMPPCoreStanzaHandler
org.apache.vysper.xmpp.modules.core.base.handler.IQHandler
org.apache.vysper.xmpp.modules.core.compatibility.jabber_iq_auth.handler.AuthCompatibilityIQHandler
@SpecCompliant(spec="xep-0078",
status=FINISHED,
coverage=UNSUPPORTED)
public class AuthCompatibilityIQHandlerhandles jabber:iq:auth request - by returning "service unavailable"
| Constructor Summary | |
|---|---|
AuthCompatibilityIQHandler()
|
|
| Method Summary | |
|---|---|
protected Stanza |
executeIQLogic(IQStanza stanza,
ServerRuntimeContext serverRuntimeContext,
SessionContext sessionContext)
must be overriden by specialized IQ handlers |
protected boolean |
verifyNamespace(Stanza stanza)
|
| Methods inherited from class org.apache.vysper.xmpp.modules.core.base.handler.IQHandler |
|---|
executeCore, getErrorLanguage, getName, verifyInnerNamespace, verifyType |
| Methods inherited from class org.apache.vysper.xmpp.modules.core.base.handler.XMPPCoreStanzaHandler |
|---|
determineFrom, execute, isSessionRequired, verify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthCompatibilityIQHandler()
| Method Detail |
|---|
protected boolean verifyNamespace(Stanza stanza)
verifyNamespace in class XMPPCoreStanzaHandler
protected Stanza executeIQLogic(IQStanza stanza,
ServerRuntimeContext serverRuntimeContext,
SessionContext sessionContext)
IQHandler
executeIQLogic in class IQHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||