Package nu.fw.jeti.plugins.xmpp.sasl

Examples of nu.fw.jeti.plugins.xmpp.sasl.SaslMechanismHandler


     
  public static void init(Backend backend)
  {
 
    backend.addExtensionHandler(StartTls.NAMESPACE,new StartTLSExtensionHandler());
    backend.addExtensionHandler("urn:ietf:params:xml:ns:xmpp-sasl",new SaslMechanismHandler());
    backend.addExtensionHandler("urn:ietf:params:xml:ns:xmpp-bind",new IQBindHandler());
    backend.addExtensionHandler("urn:ietf:params:xml:ns:xmpp-session",new IQSessionHandler());
   
  }
View Full Code Here

TOP

Related Classes of nu.fw.jeti.plugins.xmpp.sasl.SaslMechanismHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.