Damian Minkov
a21b3d7353
Introduce Packet Logging Service with its configuration form and implementation for sip,jabber and rtp.
15 years ago
Sebastien Vincent
02f25e55c0
Enable Jingle to provide audio and video call with XMPP.
15 years ago
Yana Stamcheva
0a960efe16
Spell Check plugin (work in progress). Note that the spellcheck plugin is not enabled and would be available once it's ready and finished.
15 years ago
Emil Ivov
233d923a4d
Removes support for IRC since we can have a more decent implementation one day. The code is still on SVN so whoever needs it can easily reenable it.
16 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
Sebastien Vincent
4930d5be2a
Add provisioning via mDNS (Bonjour).
16 years ago
Sebastien Vincent
3d77efb36f
Initial commit to support provisioning. It provides the DHCP provisioning discovery method, the provisioning URL can also be retrieved from configuration.
16 years ago
Yana Stamcheva
24ed71d202
Moved the CertificateVerificationService to its own bundle.
...
Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.
16 years ago
Sebastien Vincent
6a67589c86
Desktop sharing support for SIP and XMPP. Note that GUI is not ready yet to propose this feature to the users.
16 years ago
Emil Ivov
7dc4c1c3f5
Removes stun4j and the SC components that are using it so that we can now introduce ice4j
16 years ago
Yana Stamcheva
3282cb2d2e
Patch provided by Adam Netocny improving skin management process (work in progress).
16 years ago
Yana Stamcheva
641158db88
Resolved duplicate import of json library.
...
Fixed smiley source dependency to ui implementation.
Fixed ReplacementService bundled in each implementation.
16 years ago
Lyubomir Marinov
edab91d34a
Remove the bundle audionotifier because its functionality has already been replaced by the bundle neomedia.
16 years ago
Yana Stamcheva
7746c91783
Support for video and photo previews in chat window provided by Purvesh Sahoo as part of its GSoC project.
16 years ago
Yana Stamcheva
42fbfc3964
Patch provided by Adam Netocny, icluding some skin jar builder enhancements + javadocs.
16 years ago
Yana Stamcheva
45cf662978
Skin implementation bases provided by Adam Netočný (work in progress).
16 years ago
Damian Minkov
0423ead8cc
Integrate choosing and setting avatar image for protocols (currently only for msn and jabber). This work is done as part of Google Summer of Code 2009 by Shashank Tyagi and his mentor Damien Roth.
16 years ago
Damian Minkov
39fb27ca51
Merge latest 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.
...
Fix merging already existing contacts with serverside list and storing password in credential service.
16 years ago
Emil Ivov
b44a32c3f3
Adds a clumsy way of enabling or disabling Jingle
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
Emil Ivov
bf2a96e5de
Adds a clean-bundles target
16 years ago
Yana Stamcheva
e5b562490f
Create account form, for the SIP2SIP account registration wizard.
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
Yana Stamcheva
8a5aed7f39
Create SIP2SIP info account.
...
Enhanced SIP account registration form.
16 years ago
Emil Ivov
1103a4c381
tries a rescue of my git repository after a network loss
16 years ago
Yana Stamcheva
ef52ece410
Introduce configuration form types and allow forms to be registered for the security section.
16 years ago
Damian Minkov
8923ff76b2
- Trying to fix duplicating jabber messages.
...
- Remove obsolete media bundle and plugins using it that no longer work.
16 years ago
Yana Stamcheva
68337df58b
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
16 years ago
Emil Ivov
35de67c3f5
Delegates the smack.debugEnabled property to the virtual machine running SC
16 years ago
Emil Ivov
fcab329682
Removes references to our legacy jingle implementation with the old smackx-jingle implementation
16 years ago
Sebastien Vincent
07e0a1195a
Add ant script to build JNI libraries. Note that external libraries such as ffmpeg, x264, portaudio and speex must be compiled before trying to compile libffmpeg or libjportaudio.
16 years ago
Yana Stamcheva
ad857d7606
Fix some unexpected behavior in the contact list.
...
Remove the call history form plugin, which is now replaced with the new call history feature in the contact list.
16 years ago
Damian Minkov
8a61d7bab3
Introduce new features in currently updated OrangeExtension and fix bouncing dock icon under Snow Leopard. Update code manipulating dock icons.
16 years ago
Damian Minkov
3553f9ad0e
Adds and activates reconnect plugin. Some fixes to protocols in order to work with the plungin (removing all tries to reconnect as they are now controlled from outside).
16 years ago
Werner Dittmann
3b104813e3
Use new PRNG and implement entropy gathering and seeding
...
This patch updates the zrtp4j and the lightweight crypto libraries.
Both libraries implement and use the Fortuna PRNG that create high
quality random data.
The new GatherEntropy class implements methods to gather random data
from media capture devices and use this data as entropy to seed the
Fortuna PRNG. This enhance the quality of random data.
This works with portaudio, JMF audio not yet supported, video may be
added at a later time.
16 years ago
Damian Minkov
32788f8e7c
Add revision number template in order we can change revision numbers in version service.
16 years ago
Damian Minkov
67106df9d3
Add global proxy config. Add support for the global proxy config in protocols like ICQ/AIM and Jabber.
16 years ago
Yana Stamcheva
7fb96481e8
Create the contact source bundle and export the ContactSourceService.
16 years ago
Sebastien Vincent
415ddec740
Update maximum heap size memory for 32-bit OS (32-bit JVM default max heap size is too small to handle big screen in a desktop streaming preview/session).
16 years ago
Lyubomir Marinov
33cca82154
Applies tiny formatting.
16 years ago
Yana Stamcheva
f866c3b513
Fixes a previously committed personal configuration in build.xml by mistake.
16 years ago
Yana Stamcheva
63f857a922
Patch provided by Matthieu Casanova on dev@sip-communicator.dev.java.net with subject: "[PATCH] Fix for suspicious String comparison" on 19/02/2010.
16 years ago
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