Package org.onesocialweb.openfire.handler.profile

Examples of org.onesocialweb.openfire.handler.profile.IQProfileQueryHandler


    // Prepare the entity manager factory
    emFactory = Persistence.createEntityManagerFactory("onesocialweb", connProperties);

    // Create the IQ handlers
    iqProfileQueryHandler = new IQProfileQueryHandler();
    iqProfileUpdateHandler = new IQProfilePublishHandler();
    iqRelationSetupHandler = new IQRelationSetupHandler();
    iqRelationQueryHandler = new IQRelationQueryHandler();
    iqRelationUpdateHandler = new IQRelationUpdateHandler();
View Full Code Here

TOP

Related Classes of org.onesocialweb.openfire.handler.profile.IQProfileQueryHandler

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.