diff --git a/build.xml b/build.xml index 3d75b212c..98cfdee0e 100644 --- a/build.xml +++ b/build.xml @@ -532,8 +532,11 @@ bundle-netaddr,bundle-netaddr-slick,bundle-slickless, bundle-slick-runner,bundle-sip,bundle-sip-slick,bundle-fileaccess, bundle-fileaccess-slick,bundle-media,bundle-media-slick, - bundle-protocol,bundle-icq,bundle-icq-slick,bundle-mock,bundle-swing-ui, - meta-contactlist,meta-contactlist-slick,bundle-plugin-icqaccregwizz"/> + bundle-protocol,bundle-icq,bundle-icq-slick,bundle-mock, + bundle-jabber,bundle-swing-ui, + meta-contactlist,meta-contactlist-slick, + bundle-plugin-icqaccregwizz,bundle-plugin-jabberaccregwizz"/> + @@ -756,7 +759,7 @@ javax.swing.event, javax.swing.border"/> - + + + + + + + + + + + + + + + @@ -838,11 +868,22 @@ javax.swing.event, javax.swing.border"/> - + + + + + + + + + + diff --git a/lib/oscar.client.run.properties b/lib/oscar.client.run.properties index 83614e0c2..e5239d2f0 100644 --- a/lib/oscar.client.run.properties +++ b/lib/oscar.client.run.properties @@ -28,6 +28,7 @@ org.osgi.framework.system.packages= org.osgi.framework; \ net.java.stun4j.client; \ net.java.stun4j.StunAddress; \ net.java.stun4j.StunException; \ + javax.net.ssl; \ edu.stanford.ejalbert; \ edu.stanford.ejalbert.exception; \ edu.stanford.ejalbert.exceptionhandler; @@ -47,6 +48,7 @@ oscar.auto.start.3= \ file:sc-bundles/protocol.jar \ file:sc-bundles/media.jar \ file:sc-bundles/protocol-icq.jar \ + file:sc-bundles/protocol-jabber.jar \ file:sc-bundles/netaddr.jar \ file:sc-bundles/meta-cl.jar @@ -59,7 +61,8 @@ oscar.auto.start.4= \ file:sc-bundles/swing-ui.jar oscar.auto.start.67= \ - file:sc-bundles/icqaccregwizz.jar + file:sc-bundles/icqaccregwizz.jar \ + file:sc-bundles/jabberaccregwizz.jar # Uncomment the following lines if you want to run the architect viewer # bundle. diff --git a/lib/oscar.unit.test.properties b/lib/oscar.unit.test.properties index 2e45cef6f..9a577958d 100644 --- a/lib/oscar.unit.test.properties +++ b/lib/oscar.unit.test.properties @@ -46,6 +46,7 @@ oscar.auto.start.4= \ file:sc-bundles/fileaccess.jar \ file:sc-bundles/history.jar \ file:sc-bundles/protocol-icq.jar \ + file:sc-bundles/protocol-jabber.jar \ file:sc-bundles/protocol-sip.jar \ file:sc-bundles/media.jar \ file:sc-bundles/meta-cl.jar \ @@ -65,6 +66,8 @@ oscar.auto.start.5= \ file:sc-bundles/protocol-sip-slick.jar \ file:sc-bundles/msghistory-slick.jar +# file:sc-bundles/protocol-jabber-slick.jar \ + oscar.auto.start.100= \ file:sc-bundles/slick-runner.jar