org.apache.vysper.xmpp.modules.core.compatibility.jabber_iq_auth.handler
Class AuthCompatibilityIQHandler

java.lang.Object
  extended by org.apache.vysper.xmpp.modules.core.base.handler.XMPPCoreStanzaHandler
      extended by org.apache.vysper.xmpp.modules.core.base.handler.IQHandler
          extended by org.apache.vysper.xmpp.modules.core.compatibility.jabber_iq_auth.handler.AuthCompatibilityIQHandler
All Implemented Interfaces:
StanzaHandler

@SpecCompliant(spec="xep-0078",
               status=FINISHED,
               coverage=UNSUPPORTED)
public class AuthCompatibilityIQHandler
extends IQHandler

handles 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

AuthCompatibilityIQHandler

public AuthCompatibilityIQHandler()
Method Detail

verifyNamespace

protected boolean verifyNamespace(Stanza stanza)
Overrides:
verifyNamespace in class XMPPCoreStanzaHandler

executeIQLogic

protected Stanza executeIQLogic(IQStanza stanza,
                                ServerRuntimeContext serverRuntimeContext,
                                SessionContext sessionContext)
Description copied from class: IQHandler
must be overriden by specialized IQ handlers

Overrides:
executeIQLogic in class IQHandler