Updating conference code.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6846 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-01-28 04:03:59 +00:00
committed by derek
parent 2d24941447
commit 8516f59408
4 changed files with 9 additions and 10 deletions

View File

@ -30,7 +30,7 @@ import org.jivesoftware.spark.ui.ChatRoomNotFoundException;
import org.jivesoftware.spark.ui.CommandPanel;
import org.jivesoftware.spark.ui.ContactItem;
import org.jivesoftware.spark.ui.ContactList;
import org.jivesoftware.spark.ui.conferences.Conferences;
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;
@ -77,7 +77,7 @@ public class Workspace extends JPanel implements PacketListener {
private StatusBar statusBox;
private CommandPanel commandPanel;
private ContactList contactList;
private Conferences conferences;
private ConferencePlugin conferences;
private static Workspace singleton;
private static final Object LOCK = new Object();
@ -186,7 +186,7 @@ public class Workspace extends JPanel implements PacketListener {
// Load VCard information for status box
statusBox.loadVCard();
conferences = new Conferences();
conferences = new ConferencePlugin();
conferences.initialize();
// Initialize Search Service