Damian Minkov
94ceb98839
Fixing build.
15 years ago
Damian Minkov
fcedf7507b
Remove a space in prop file that breaks loading bundles (introduced in previous commit).
15 years ago
Damian Minkov
a21b3d7353
Introduce Packet Logging Service with its configuration form and implementation for sip,jabber and rtp.
15 years ago
Yana Stamcheva
0806c73826
Removes from builds the following protocols and plugins: gibberish, ssh, dict, rss, account-info (not used anyway), whiteboard. Note that all related code stays in the repository and everyone could easily enable the above plugins, by simply adding them in the bundles target and felix.client.run.properties file.
16 years ago
Yana Stamcheva
5024715207
Fix tests.
16 years ago
Sebastien Vincent
5c166b35f0
Try to fix unit test run.
16 years ago
Damian Minkov
8f571ffedc
Update util bundle to include some extra packages in order to help dns lib to extend its search for dns servers.
16 years ago
Damian Minkov
9c1c17dff9
Merge changes from branch/gsoc10/xcap and patch sent to dev mailinglist with subject "XCAP tests" which represents the work of Grigorii Balutsel on the "XCAP Support" GSoC 2010 project into trunk.
16 years ago
Damian Minkov
828f3bcf6c
Wrong remove.
16 years ago
Damian Minkov
611f376196
Removes media.jar.
16 years ago
Lyubomir Marinov
04cac3354c
Merges branches/gsoc10/passwdstrg@7435 which represents the work of Dmitri Melnikov on the "Password storage" GSoC 2010 project into trunk.
16 years ago
Emil Ivov
805d67d05a
tries a rescue of my git repository after a network loss
16 years ago
Damian Minkov
06fa9e6933
Fix tests.
16 years ago
Yana Stamcheva
8b1e5ccb2f
Fix unit tests.
16 years ago
Lyubomir Marinov
c454284e43
Since neomedia at r7066 imports apple.awt, tells Felix how to find it for the unit tests as well.
16 years ago
Damian Minkov
8b1d30aa69
Update Felix to 2.0.2 and update jml (improvement mainly in retrievement of large contactlists and display picture ).
16 years ago
Damian Minkov
5662485c70
Enable sip tests.
16 years ago
Werner Dittmann
05e909ec9d
Remove the ZrtpConfigure plugin and move its functions into the neomedia package. The
...
neomedia activator registers the ZrtpConfigurePanel.
16 years ago
Damian Minkov
9705865983
Stop building media bundler. Remove media bundle from starting in client and in tests. Comment all code that access media service in jabber protocol.
16 years ago
Werner Dittmann
d2ab3e41b5
Add ZrtpConfigure to test properties.
16 years ago
Emil Ivov
46a50e8a95
Adds sun.net.util as a system package for the unit test environment (necessary for accessing IPAddressUtil)
16 years ago
Werner Dittmann
88bf145942
Integrate OTR and related modifications to crypto stuff.
17 years ago
Lyubomir Marinov
776554eac4
- Integrates the Facebook protocol developed by Dai Zhiwei as part of Google Summer of Code 2008 in trunk.
...
- Updates HttpCore which is already used by the MSN protocol implementation. Also updates Apache Commons Logging which is already used by profiler4j.
- Doesn't jar log4j into the SIP and RSS protocol implementations because it's already a bundle. Thus reduces the sizes of the SIP and RSS protocol implementations.
17 years ago
Damian Minkov
67bccdb603
Add Metahistory tests.
17 years ago
Damian Minkov
f98f926cf6
Fix PopupMessageHandler tests.
17 years ago
Yana Stamcheva
181d550970
Fix unit test dependencies.
17 years ago
Emil Ivov
98f8d6e06e
Updates felix.unit.test.properties with the latest changes from felix.client.run.properties
17 years ago
Werner Dittmann
78e10dfdb7
Import the BC classes again.
17 years ago
Werner Dittmann
f2ecf2bcae
Reorganize the crypto functions. ZRTP4J library now contains al required crypto methods and
...
classes. These classes are copied from BouncyCastle. The DH related classes are modified to
use a crypto aware big integer implementation. Due to this reorganization we can remove
the old BC library - this saves about 1.5MB.
17 years ago
Symphorien Wanko
ff8ec3ad3f
swing based popup notifications with tests for the PopupMessage interface.
...
added checks for null SystemTrayPeer as it this possible it doesnt exists on the cruise control machine
17 years ago
Symphorien Wanko
07a483c148
undo previous commit since cruisecontrol fails
17 years ago
Symphorien Wanko
2d81282722
swing based popup notifications with tests for the PopupMessage interface.
17 years ago
Werner Dittmann
6509c2d40e
Add crypto classes to test properties as well.
17 years ago
Lyubomir Marinov
8805906417
Removes org.apache.felix.servicebinder.
17 years ago
Damian Minkov
6df051d5c9
Fix felix test props for new felix version.
17 years ago
Emil Ivov
3f5206ff01
Commits patches for the following issues:
...
#482 Overly complex plugin manager (work in progress)
#448 Show complete SIP adddress when displaying account
#510 switch to the latest version of Felix (Richard actually did most of the work here.)
17 years ago
Damian Minkov
05d7637b0d
1. Fix tests
...
2. Issue#487 fix crash, due to lticivil on 64bit platform.
17 years ago
Damian Minkov
7927f460e3
fixing build, media bundle fails to load, new bundle not loaded in felix.unit.test.props.
17 years ago
Damian Minkov
c5b0fc3781
fixing failing media bundle when running tests.
18 years ago
Brian Burch
cbed64ef24
reinstate icq slick, possibly with one or two failing tests but 30+ should work OK
18 years ago
Lyubomir Marinov
b815878181
Moves protocol.jar to an auto-start level with a smaller number than the one of the protocol implementation in order to ensure the AccountManager service is registered before the protocol implementations need it.
18 years ago
Lyubomir Marinov
71f310fd31
Fixes Jabber tests failing because of missing required system packages.
18 years ago
Lyubomir Marinov
d99b72571c
Attempts to fix the Jabber tests by listing the media bundle before the protocol-jabber bundle because the latter requires the former.
18 years ago
Emil Ivov
69b8786b2c
Reenabling all unit tests
18 years ago
Damian Minkov
6dd45adb2c
Initial support for Msn protocol version up to 15.
18 years ago
Emil Ivov
21f82be310
Split the GUI package into service and implementation to allow protocols to access UI functionalities such as error messages.
18 years ago
Emil Ivov
006f5cb10e
Wrapping the jfontchooser lib into a bundle.
18 years ago
Damian Minkov
37f8993edb
Fixing test build and include starting resource bundles in client.run.
18 years ago
Emil Ivov
0ec7d4724e
Add the swing packages to the unit testing felix system packages
18 years ago
Damian Minkov
b9e9ec3db6
Fixing cc-build, add recently added media manifest packages to system packages
18 years ago