Examples of PEPActivityHandler


Examples of org.onesocialweb.openfire.handler.activity.PEPActivityHandler

    // Add the interceptor to process incoming notification messages
    InterceptorManager.getInstance().addInterceptor(messageInterceptor);
    InterceptorManager.getInstance().addInterceptor(iqSubscribeInterceptor);

    // Add the PEP handlers, this will trigger their initialize method
    iqPEPHandler.addHandler(new PEPActivityHandler());
    iqPEPHandler.addHandler(new PEPInboxHandler());

    Log.info("OneSocialWeb plugin has been loaded");
  }
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.