Damian Minkov
0a4cb156b6
Fix local port retreival for jabber packet logging.
...
Remove feed uri registration under macosx.
15 years ago
Damian Minkov
00f6287db1
Implement packet logging for ice4j.
15 years ago
Sebastien Vincent
6ae5819685
Allow remote candidate to be injected while ICE is running and enhance interoperability with Empathy client.
15 years ago
Damian Minkov
a21b3d7353
Introduce Packet Logging Service with its configuration form and implementation for sip,jabber and rtp.
15 years ago
Sebastien Vincent
fed78e3b68
Update ICE stack.
15 years ago
Sebastien Vincent
fa4d6433cc
Update ice4j.jar.
15 years ago
Sebastien Vincent
665318ecb9
Update ice4j.jar and fix some javadoc warnings.
15 years ago
Emil Ivov
af61778a38
Updates dns java so that we could replace the default DNS mechanism in java
15 years ago
Emil Ivov
6f83ad8dad
Updates dns java so that we could replace the default DNS mechanism in java
15 years ago
Damian Minkov
ab452bbcee
Fix invisible status and skip setting custom message status for empty status messages.
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
Sebastien Vincent
a5dadec391
Add H263+ video codec.
16 years ago
Werner Dittmann
69717e74e7
Fix race condition in ZRTP state engine
16 years ago
Lyubomir Marinov
5b97785916
Commits work in progress on enabling ICE support in Jingle calls. Allows video to be started in a call which has been established with audio only.
16 years ago
Lyubomir Marinov
2b06dc0563
Updates the ice4j library to r240 in order to fix an issue which could leave an initiated Jingle call connecting forever.
16 years ago
Lyubomir Marinov
b77cdcb053
Commits work in progress on enabling ICE support in Jingle calls. Reduces post-pickup delay.
16 years ago
Damian Minkov
7774aa24e4
Fix msn stack not to close multichat sessions when there is no activity.
...
Show error when outgoing call creation fails.
16 years ago
Sebastien Vincent
4930d5be2a
Add provisioning via mDNS (Bonjour).
16 years ago
Lyubomir Marinov
549cc87c86
Commits work in progress on supporting ICE in Jingle.
16 years ago
Damian Minkov
578a61bffc
Fix for issue reported and fixed by Matthieu Casanova on dev mailing-list thread "Receiving xml tags in Yahoo Messenger chat".
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
Emil Ivov
ee2ecc9b24
ICE integration for XMPP accounts (Work in progress)
16 years ago
Emil Ivov
2bac887d1e
ICE integration for XMPP accounts (Work in progress)
16 years ago
Emil Ivov
70b7558b58
Removes stun4j and the SC components that are using it so that we can now introduce ice4j
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
4a445998e8
Fix when removing jabber contacts and operation fails inform user and stop any further actions.
16 years ago
George Politis
b9e59faee1
Update to otr4j@408c804ee which fixes a possible NullPointerException in otr4j.
16 years ago
Damian Minkov
8ba1590380
Update jain-sip to latest 1.2.154, fixing a problem with message retransmission if authentication dialog shown on our side(jain-sip issue@323).
...
Show protocol name in login fail dialog.
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
920a76b789
Jabber protocol now can be invited to gtalk chat rooms and can create such by using the format for the chat room name (private-chat-00000000-0000-0000-0000-000000000000@groupchat.google.com).
...
Fix for clearing connections in every occasion and don't depend on external intervention.
Fix chat room ui problem when provider doesn't have any rooms on the server or cannot be queried.
16 years ago
Emil Ivov
e2e8535188
Adds the Jingle Nodes API so that the Jingle Nodes team could more easily work on SC integration.
16 years ago
Werner Dittmann
37b03cd101
Add a new method that returns the ZRTP Hello hash as separate strings.
...
The caller of this method is responsible to combine or use the two strings
that are in accordance with the ZRTP specification and/or the specifications
of the used signaling protocol.
16 years ago
Emil Ivov
55115599b0
tries a rescue of my git repository after a network loss
16 years ago
Damian Minkov
099a9cd1b3
Update smack library to latest svn version.
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
d6f516bf9e
Adds swing to the list of smacklibdependencies so that we could display the smack debugger.
16 years ago
Emil Ivov
1ab22cc0f3
Adds smackx-debug to our smacklib to make debugging easier when necessary
16 years ago
George Politis
90383ea7ce
Updates otr4j to version 122.
16 years ago
Yana Stamcheva
b012e0e672
Updated version of jain-sip jars.
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
Damian Minkov
8389d8e931
Fixing jspeex lib - compile with java1.5
16 years ago
Damian Minkov
e748384b36
Fix some speex decoder issues, rtp packets can contain multiple speex frames (we were decoding only one of them).
16 years ago
Damian Minkov
1ce72b104f
- Restart Zrtp only when needed (when recreating streams and when the other side has recreated its streams).
...
- Fix losing audio when reinviting for video and different format priorities.
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
c6dbc987d8
- Add changelogs to debian package.
...
- Fix blocked render, occurring from time to time on linux, endless loop in portaudio.
- Fix re-invites and processing incoming media when format has changed.
16 years ago
Damian Minkov
2a49a5de69
Implement use of Certificate Verification service in jabber.
16 years ago
Sebastien Vincent
f44dd77e70
Update ffmpeg JNI libraries.
16 years ago
Damian Minkov
9ff7dc7aeb
Fix msn log in.
16 years ago
Damian Minkov
3c0db168c4
Trying to fix some msn login errors.
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