Emil Ivov
7d4211fe15
reenables tests
16 years ago
Emil Ivov
655e19d2df
Sets DISPLAY to :0 for testing. Change was already in the CC machine but was preventing the build.xml there from updating.
16 years ago
Emil Ivov
ddf9190fb1
Temporarily disabling tests to prevent unexplainable Yahoo! and MSN failures and get a build
16 years ago
Damian Minkov
d7092d65dd
Introduce new support for Facebook, through xmpp. Remove old one.
16 years ago
Sebastien Vincent
11d2ac97a4
- Add FreeBSD detection in build.xml and build FreeBSD neomedia.jar;
...
- Add FreeBSD in OSUtil;
- Add JNI libraries for FreeBSD 32-bit and 64-bit (jdic, jdic_misc, tray, ffmpeg
, jportaudio and screencapture).
16 years ago
Sebastien Vincent
510746469c
Add SIP Communicator icon in Mac OS X dock, when running from ant command line.
16 years ago
Sebastien Vincent
126025fce2
Add 'SIP Communicator' as dock name on Mac OS X, when running from ant command line.
16 years ago
Damian Minkov
a3fe5bb64b
Update yahoo lib. Fix problem with repeating messages (resend from server after 7 sec if missing ack).
16 years ago
Yana Stamcheva
3b2f176284
Preconfigured account wizard for iptel.org
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
eedf28ab5c
Return old notify service but as deprecated (start does nothing) in order to avoid loading the old jar from the felix cache.
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
Sebastien Vincent
d113701ba1
Fix javadoc warnings.
16 years ago
Lyubomir Marinov
895e2de836
Commits the 64-bit Windows binaries and fixes contributed by Sebastien Vincent on the dev mailing list in an e-mail with the subject '[Patch] Windows 64 bit support'.
16 years ago
Werner Dittmann
2394d225d6
Introduce the new ZRTP configure feature that enables users to select which algorithms ZRTP shall use.
16 years ago
Damian Minkov
b96b3e63f2
Copy all missing stuff in neomedia from media.
16 years ago
Damian Minkov
6f62b3b802
Copy audio notify service and activate it through neomedia.
16 years ago
Lyubomir Marinov
dc57e6641d
Fixes an OutOfMemoryError in build.xml when running with 'ant javadoc'. Patch submitted by Sebastien Vincent on the dev mailing list in an e-mail thread with the subject 'Runaway build.xml warnings'.
16 years ago
Emil Ivov
b3f0461dda
Migrating to neomedia (Work in Progress)
16 years ago
Lyubomir Marinov
06c090a2a6
Applies further refinements to the neomedia implementation and extensions to its functionality. Attempts to implement audio mixing.
16 years ago
Lyubomir Marinov
e991bdb154
Introduces an initial implementation of notification popups on Linux using freedesktop.org's Desktop Notifications through the native libdbus library. The committed code represents work in progress and does not support images, click reporting back to the Java code, matching notifications to Java components. That's why the introduced galagonotification bundle is built in build.xml but not started in felix.client.run.properties.
16 years ago
Lyubomir Marinov
63228435c4
- Excludes the neomedia bundle from the build because it's still not used yet it's included in the nightly build distributables.
...
- Adds the -client Java launcher argument in the run target so that SIP Communicator may use less memory when it manages to switch off server-class machine detection.
16 years ago
Lyubomir Marinov
b28c62f5da
Builds a neomedia bundle and provides the initial implementation of .service.neomedia.
16 years ago
Damian Minkov
bea08031b0
Wrong commit home dir in run target.
16 years ago
Damian Minkov
b5ae6c1a91
Some portaudio fixes. Add to configuration panel option to select portaudio and the devices to use. Javasound left as default, as portaudio is not currently enabled (missing native binaries). Removed some old and unused jmf stuff like v4l, sun audio, directsound.
16 years ago
Emil Ivov
a0e27ba2c5
adds a utility target (run-v4) for running SC with a preference for IPv4 rather than the default IPv6
16 years ago
Emil Ivov
dc7cb9fd9f
Makes IPv6 prefence override-able with a java property
16 years ago
Werner Dittmann
fc523c0794
Integrate the second big patch for OTR. With this patch all the required GSoC functions are available.
16 years ago
Damian Minkov
057fd9f385
Msn Filetransfer and tests.
16 years ago
Romain Kuntz
3165b0f83e
The "clean" target now depends on "clean-macosx" which cleanups the symlinks and files used when building the MacOSX package.
16 years ago
Lyubomir Marinov
6bacfb8901
Commits the patch of Linus Wallgren which introduces ShutdownService to better abstract the shutdown procedure of the application.
16 years ago
Werner Dittmann
88bf145942
Integrate OTR and related modifications to crypto stuff.
16 years ago
Damian Minkov
425a1abaf8
Change event to canceled. Adding filetransfer tests and for icq protocol, but still not activate them.
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
scmerger
fba5784542
Merge branch '1.0-local' into trunk-local
...
* 1.0-local:
Disables serialization warnigs. Increases number of allowed warnings so that we can track the total number as it decreases.
Adds class javadocs. Problem reported by Linus
17 years ago
Damian Minkov
0ebdce1c36
Add filetransfer for yahoo and generic filetransfer tests - enabled for jabber and yahoo.
17 years ago
Damian Minkov
67bccdb603
Add Metahistory tests.
17 years ago
Damian Minkov
918a8ec7c0
MetaHistory Service impl and add Contact field to FileRecord.
17 years ago
Damian Minkov
ab6e04cdcf
FileHistory Service impl.
17 years ago
Yana Stamcheva
2f0db4d2d1
Adding support for file transfer for XMPP and graphical User Interface for file transfer (ongoing work). This first commit adds the needed gui that enables users to send and receive files, to
...
drag and drop files into chat windows. It displays incoming file notifications, file icons or previews (where possible, e.g. images).
This work package also contains a first file transfer implementation over the XMPP protocol (using the smack implementation of xep-0096: http://xmpp.org/extensions/xep-0096.html ). Unfortunately this implementation won't work very well with GoogleTalk accounts for now, as Google servers seem to block every file bigger than 60K.
This commit contains also some improvements in the way we load the history and we manage error messages in the gui.
17 years ago
Yana Stamcheva
164236df25
- The protocol bundle was importing all image resources, instead of just the one it needs. This is now fixed by adding separate zipfileset entry for each protocol resource used in the protocol bundle.
...
- Unused resource removed.
17 years ago
Werner Dittmann
5d8ada0c5a
Include latest version of ZRTP4J. Modify the Eclipse and NB project files. Use a generic name
...
for ZRTP4J to avoid further modifications of Eclipse 7 NB project files. Current version of
ZRTP4J now documented in BUNDLE-VERSION of zrtp4j bundle.
17 years ago
Damian Minkov
906596471e
Fix do not include any svg files in resources. Change home dir setting or choosing behaviour. Move the place copying default resources to file for default language.
17 years ago
Emil Ivov
19a201f53e
Makes the number of maximum warnings configurable so that we could print them all on CruiseControl and only show that first 100 by default. Fixes a typo.
17 years ago
Emil Ivov
4157bc326a
Enables compile warnings so that we could make them appear on the cruisecontrol reports. This is part of the effort to resolve issue #637
17 years ago
Damian Minkov
aa488c88eb
Windows update now supports password protected sites, https and http redirects. Show dialog if installer file is missing. Stopping update process now iss working. Change of interface language.
17 years ago
Lyubomir Marinov
dbe1f3daa3
Fixes issue #591 "Menu items randomly appear in the configuration panel" (for now).
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
Emil Ivov
0b06b480a1
Makes jain-sip bind on ::0 rather than 0.0.0.0 so that it would also listen for incoming IPv6 packets. (Was working before but is currently failing on Mac OS X).This resolves the "Port Unreachable" replies we
...
were getting in some cases.
Adds a method that allows to determine whether the local host has IPv6 in order to only use the above where appropriate.
Updates jain-sip-ri to 1.2.95 so that it would include support for address scope zones in IPv6 addresses.
Adds the possibility to set log levels for jain-sip through our own logging.properties file by setting a level to the gov.nist packages.
17 years ago