Examples of IQSubscribeInterceptor


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

    // Create the PEP handlers
    iqPEPHandler = new IQPEPHandler();

    // Create the message interceptors
    messageInterceptor = new MessageEventInterceptor();
    iqSubscribeInterceptor = new IQSubscribeInterceptor();
   

    // Add the IQ handlers to the router. This will trigger their
    // initialize method.
    IQRouter iqRouter = XMPPServer.getInstance().getIQRouter();
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.