Package org.onesocialweb.openfire.handler.pep

Examples of org.onesocialweb.openfire.handler.pep.IQPEPHandler


    iqRelationSetupHandler = new IQRelationSetupHandler();
    iqRelationQueryHandler = new IQRelationQueryHandler();
    iqRelationUpdateHandler = new IQRelationUpdateHandler();

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

    // Create the message interceptors
    messageInterceptor = new MessageEventInterceptor();
    iqSubscribeInterceptor = new IQSubscribeInterceptor();
   
View Full Code Here

TOP

Related Classes of org.onesocialweb.openfire.handler.pep.IQPEPHandler

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.