mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Adding base core phone functionallity.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@7288 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -34,6 +34,7 @@ import org.jivesoftware.spark.ui.conferences.ConferencePlugin;
|
||||
import org.jivesoftware.spark.ui.status.StatusBar;
|
||||
import org.jivesoftware.spark.util.SwingWorker;
|
||||
import org.jivesoftware.spark.util.log.Log;
|
||||
import org.jivesoftware.spark.phone.PhoneManager;
|
||||
import org.jivesoftware.sparkimpl.plugin.manager.Enterprise;
|
||||
import org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscriptPlugin;
|
||||
|
||||
@ -197,6 +198,8 @@ public class Workspace extends JPanel implements PacketListener {
|
||||
|
||||
ChatTranscriptPlugin transcriptPlugin = new ChatTranscriptPlugin();
|
||||
transcriptPlugin.initialize();
|
||||
|
||||
PhoneManager.getInstance();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user