Package org.jivesoftware.openfire.fastpath.events

Examples of org.jivesoftware.openfire.fastpath.events.EmailTranscriptEvent


        // Initialize chat settings manager. TODO This will be moved over to an extension file.
        ChatSettingsManager.getInstance();

        // Initialize EmailTranscript Event. TODO This will be moved over to an extension file.
        emailTranscriptEvent = new EmailTranscriptEvent();

        addGroupManagerListener();
        // Create responsible for handling ad-hoc commands in this service
        commandManager = new AdHocCommandManager();
View Full Code Here

TOP

Related Classes of org.jivesoftware.openfire.fastpath.events.EmailTranscriptEvent

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.