Damien Roth
c45b70f014
Resolve cruise control error and warnings
17 years ago
Damien Roth
46ef85f493
Major update for the dict protocol
...
- Using an external library to manage the connection with the server
- Enhanced account registration wizard
17 years ago
Romain Kuntz
5417c1891a
Updated the ZRTP4J library, updated the classpaths, added the bundle-version.
17 years ago
Damian Minkov
d6dd75f4a0
Update ffmpeg, windows libs depended on pthreads. Add keyframes in h264 codec, fix start-end bits in FU-A, set desired video size in capture datasource.
17 years ago
Yana Stamcheva
aede260310
Updated and added some new custom components.
17 years ago
Brian Burch
4282316384
use properties to define slickless tests to be executed and let them be run under felix, or simply under junit
17 years ago
Damian Minkov
5998afa9d8
Update ffmpeg (problem with linking libs), add jna.library.path to as executables.
18 years ago
Damian Minkov
fb27c40e89
new ffmpeg libs, reduced size and without debug info. Fix decoder output sizes. Fix NPE when hangup calls.
18 years ago
Yana Stamcheva
09b7d46a5f
General group chat UI enhancements.
18 years ago
Damian Minkov
c5b0fc3781
fixing failing media bundle when running tests.
18 years ago
Damian Minkov
c6cc04d871
Adding ffmpeg and civil libs for linux.
18 years ago
Damian Minkov
5edc84047f
Using lti civil for video(adding support for mac) and add h264 video support using ffmpeg-java.
18 years ago
Brian Burch
4b8e7fe646
revert to global testing.properties scheme
18 years ago
Brian Burch
cf0e846468
revert to global testing.properties scheme
18 years ago
Brian Burch
cbed64ef24
reinstate icq slick, possibly with one or two failing tests but 30+ should work OK
18 years ago
Brian Burch
98a2f8d7cc
add comments to explain why some slicks are not currently executed
18 years ago
Brian Burch
b07a6cc818
protect local/personal testing.properties file - we maintain a template in the repository
18 years ago
Brian Burch
fbda662a16
unit testing - maintain a template for the mandatory local/personal testing properties file
18 years ago
Romain Kuntz
c904ef231e
Updated ZRTP4J jar from 0.9.0 to 1.3.1 (provided by Werner Dittmann)
...
Updated the build.xml and ide project file to reflect the new ZRTP4J library
Commented references to the ZRTP goClear/goSecure functions (patch provided by Werner)
18 years ago
Lyubomir Marinov
eb697cd600
Fixes the problem reported in issue #440 (Cannot start on Macosx using java 1.6) by rebuilding AEGetURLEventHandlerAgent with -arch x86_64 included. The application will still fail to run but this time because jdic.
18 years ago
Benoit Pradelle
5002cccc1d
- attempt to fix the bug reported by Damian about profiler4j crash on Mac
18 years ago
Benoit Pradelle
af3e706ee3
Updating profiler4j to reflect recent changes to the subproject
18 years ago
Emil Ivov
28a3d04a65
Moving the zrtp4j bundle to the location where we store all generated SC bundles
18 years ago
Romain Kuntz
f6266bb633
renamed bouncy castle library and upgraded it to rev141 and jdk1.5
18 years ago
Romain Kuntz
38357671e4
Forgot to import some packages needed by ZRTP4J
18 years ago
Romain Kuntz
1237e5b0dc
The ZRTP ZID file is now created/checked in the default SC configuration
...
directory. Fixed also an exception that came from ZRTP (reverted some of the
modifications from felix.client.run.properties)
18 years ago
Romain Kuntz
bb8da5ef97
ZRTP4J is now a bundle and thus must be loaded as startup
18 years ago
Romain Kuntz
5e3ce7bb17
Added ZRTP4J bundle
...
Added the boucycastle lib
Renamed OperationSetSecuredTelephony to OperationSetSecureTelephony
Renamed the isSecured/setSecured method to isSecure/setSecure
Fixed some identations
18 years ago
Benoit Pradelle
813428d15e
Update profiler4j to reflect changes in the sub-project
18 years ago
Benoit Pradelle
3aecc0800f
Integrating profiler4j. GSoC result of Vladimir.
18 years ago
Emil Ivov
bcee9eed13
Adding support for "NO REGISTRAR" accounts. Special thanks to Emanuel Onica and Michael Koch for contributing early versions.
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
Damian Minkov
e565163a2f
Move RSS after metacontactlist
18 years ago
Damian Minkov
77bc78866f
Fixing buffer size issues for the Mac OS X.
18 years ago
Emil Ivov
7ddf0c5ab2
More debugs in the AddressResolver
18 years ago
Damian Minkov
2dd46f0abf
Generate proper settings for g723(6.3 bitrate is supported) in sdp and ignore comfort noise packets that are not currently supported.
18 years ago
Lyubomir Marinov
71f310fd31
Fixes Jabber tests failing because of missing required system packages.
18 years ago
Emil Ivov
02baebb228
Asserts use of TCP when it has been set as the default transport during protocol initialization.
...
Implements Alan Kelly's fix that optimizes SRV resolution code
Removes redundant naming in SipRegistrarConnection
Removes use of resource strings for keep alive method selection as they should not be localized
Renames OperationSetBasicTelephony.getSecure() to isSecure()
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
Romain Kuntz
fb6c84388c
Replaced the zrtp4j with a new one compiled for 1.5
18 years ago
Romain Kuntz
4daede22ff
Updated the bouncycastle library (for SRTP and ZRTP)
...
Added the ZRTP4J library (for ZRTP)
18 years ago
Emil Ivov
69b8786b2c
Reenabling all unit tests
18 years ago
Lyubomir Marinov
30593e037f
Rebuilds libAEGetURLEventHandlerAgent.jnilib for Mac OS X 10.4 compatibility.
18 years ago
Lyubomir Marinov
05b85ffebf
Builds libAEGetURLEventHandlerAgent.jnilib with -bundle and not -dynamiclib and includes the ppc architecture in addition to i386 (as a step to making it a Universal Binary).
18 years ago
Damian Minkov
22a5a325e2
Fix proper catching and dispatching apple events.
18 years ago
Damian Minkov
7cce273ae1
Fix avatar download.
18 years ago
Emil Ivov
599a78edfb
Contact avatars are now downloaded automatically without having to open chat window
...
Adds a patch on the jml lib that prevents us from sending more than 8 dashboards per minute
Also, fixes a few exceptions that were occurring on exit.
18 years ago
Damian Minkov
52b7a4b155
Fix icq initial contact statuses.
18 years ago
Yana Stamcheva
3070baaf1c
- Revised status panel interface.
...
- Revised contact list interface.
- New chat rooms interface.
- Main tabbed pane removed.
- Revised call management in the GUI.
- Some more gui modifications.
18 years ago
Emil Ivov
80dbccb9c8
Adds the possibility to register for RSS feeds passed as invokation parameters
...
Implements support for RSS feeds on sites with expired RSS certificates
Implements support for the --debug parameter. Unless this parameter is set our new StdOut class would take control of all System.out traffic.
Adds methods to PopupDIalog that now allow speficying an icon for generic dialog messages
Fixes the whiteboard menu item never return null as it causes the UIService to slightly freak out.
18 years ago