Package org.jivesoftware.openfire

Examples of org.jivesoftware.openfire.IQRouter.removeHandler()


  @Override
  public void destroyPlugin() {
    InterceptorManager.getInstance().removeInterceptor(messageInterceptor);

    IQRouter iqRouter = XMPPServer.getInstance().getIQRouter();
    iqRouter.removeHandler(iqPEPHandler);
    iqRouter.removeHandler(iqProfileQueryHandler);
    iqRouter.removeHandler(iqProfileUpdateHandler);
    iqRouter.removeHandler(iqRelationQueryHandler);
    iqRouter.removeHandler(iqRelationSetupHandler);
    iqRouter.removeHandler(iqRelationUpdateHandler);
View Full Code Here


  public void destroyPlugin() {
    InterceptorManager.getInstance().removeInterceptor(messageInterceptor);

    IQRouter iqRouter = XMPPServer.getInstance().getIQRouter();
    iqRouter.removeHandler(iqPEPHandler);
    iqRouter.removeHandler(iqProfileQueryHandler);
    iqRouter.removeHandler(iqProfileUpdateHandler);
    iqRouter.removeHandler(iqRelationQueryHandler);
    iqRouter.removeHandler(iqRelationSetupHandler);
    iqRouter.removeHandler(iqRelationUpdateHandler);
View Full Code Here

    InterceptorManager.getInstance().removeInterceptor(messageInterceptor);

    IQRouter iqRouter = XMPPServer.getInstance().getIQRouter();
    iqRouter.removeHandler(iqPEPHandler);
    iqRouter.removeHandler(iqProfileQueryHandler);
    iqRouter.removeHandler(iqProfileUpdateHandler);
    iqRouter.removeHandler(iqRelationQueryHandler);
    iqRouter.removeHandler(iqRelationSetupHandler);
    iqRouter.removeHandler(iqRelationUpdateHandler);

    if (emFactory != null) {
View Full Code Here

    IQRouter iqRouter = XMPPServer.getInstance().getIQRouter();
    iqRouter.removeHandler(iqPEPHandler);
    iqRouter.removeHandler(iqProfileQueryHandler);
    iqRouter.removeHandler(iqProfileUpdateHandler);
    iqRouter.removeHandler(iqRelationQueryHandler);
    iqRouter.removeHandler(iqRelationSetupHandler);
    iqRouter.removeHandler(iqRelationUpdateHandler);

    if (emFactory != null) {
      emFactory.close();
View Full Code Here

    IQRouter iqRouter = XMPPServer.getInstance().getIQRouter();
    iqRouter.removeHandler(iqPEPHandler);
    iqRouter.removeHandler(iqProfileQueryHandler);
    iqRouter.removeHandler(iqProfileUpdateHandler);
    iqRouter.removeHandler(iqRelationQueryHandler);
    iqRouter.removeHandler(iqRelationSetupHandler);
    iqRouter.removeHandler(iqRelationUpdateHandler);

    if (emFactory != null) {
      emFactory.close();
    }
View Full Code Here

    iqRouter.removeHandler(iqPEPHandler);
    iqRouter.removeHandler(iqProfileQueryHandler);
    iqRouter.removeHandler(iqProfileUpdateHandler);
    iqRouter.removeHandler(iqRelationQueryHandler);
    iqRouter.removeHandler(iqRelationSetupHandler);
    iqRouter.removeHandler(iqRelationUpdateHandler);

    if (emFactory != null) {
      emFactory.close();
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.