From be3bcff1ec1d0df18fae184761e25d3454e40e9f Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Thu, 7 Nov 2013 16:34:33 +0200 Subject: Adds new MUC bundle to handle the chat rooms. Moves ChatRoomWrapper, ChatRoomList and ChatRoomProviderWrapper classes from GUI to the MUC bundle. Moves most of ConferenceChatManager methods in MUCService. --- lib/felix.client.run.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/felix.client.run.properties') diff --git a/lib/felix.client.run.properties b/lib/felix.client.run.properties index 2a43635..4678f5b 100644 --- a/lib/felix.client.run.properties +++ b/lib/felix.client.run.properties @@ -126,7 +126,8 @@ felix.auto.start.60= \ reference:file:sc-bundles/keybindings.jar \ reference:file:sc-bundles/contactsource.jar \ reference:file:sc-bundles/customcontactactions.jar \ - reference:file:sc-bundles/globaldisplaydetails.jar + reference:file:sc-bundles/globaldisplaydetails.jar \ + reference:file:sc-bundles/muc.jar felix.auto.start.66= \ reference:file:sc-bundles/swing-ui.jar \ @@ -185,7 +186,6 @@ felix.auto.start.67= \ reference:file:sc-bundles/plugin-certconfig.jar \ reference:file:sc-bundles/phonenumbercontactsource.jar \ reference:file:sc-bundles/demuxcontactsource.jar \ - reference:file:sc-bundles/muc.jar \ reference:file:sc-bundles/propertieseditor.jar # Level 68 is for profiler4j. Either don't use it or change the build.xml file -- cgit v1.1