// 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();