Lyubomir Marinov
1a52d02710
Adds additional debug/error information output in the Windows Audio Session API (WASAPI) integration.
13 years ago
Boris Grozev
a9b9f0a28c
Makes sure that the video content is reinitialized in
...
CallPeerJabberImpl#sendModifyVideoContent(), even if no change to the jingle
session direction is introduced. Fixes a problem with local video not being
enabled on the focus of a conference if the jingle sessions are already setup
with senders=both.
13 years ago
Boris Grozev
77efd83463
Make sure that the COLIBRI namespace is used for 'payload-type' children of
...
COLIBRI 'channel' elements.
This is to fix an issue where in certain cases a Jingle namespace was used, and
the resulting 'conference' IQs would confuse the videobridge.
13 years ago
Boris Grozev
f0ebcb0874
Renames a variable to avoid confusion.
13 years ago
Lyubomir Marinov
d5fb13382a
Reverts mistakenly committed lib/logging.properties.
13 years ago
Lyubomir Marinov
72c288d252
Fixes multiple issues related to unplugging the last audio device and then plugging it back.
13 years ago
tom.denham@metaswitch.com
d9a8f104aa
Merge branch 'xmpp_connection' of \\\PC4315\work\github_jitsi\
13 years ago
tom.denham@metaswitch.com
79decba304
Merge branch 'merge_config' of \\\PC4315\work\github_jitsi\
13 years ago
tom.denham@metaswitch.com
edd370c69b
Merge branch 'contact_matching' of \\\PC4315\work\github_jitsi\
13 years ago
tom.denham@metaswitch.com
f85b6e4659
Merge branch 'jvm_diags' of \\\PC4315\work\github_jitsi\
13 years ago
tom.denham@metaswitch.com
1ea15e845a
Merge branch 'systray_presence_config' of \\\PC4315\work\github_jitsi\
13 years ago
tom.denham@metaswitch.com
da83b4f943
Merge branch 'password' of \\\PC4315\work\github_jitsi\
13 years ago
Werner Dittmann
8f960483f2
Merge branch 'newCache'
13 years ago
Werner Dittmann
b97e30b3f3
Implement a new cache handling for ZRTP
...
The new ZRTP cache handling implements two main topics.
The first modification reduces the number of write requests to the external
storage and simplifies overall handling of a ZRTP cache entry in the stack.
The second modification implements a new handling of the RS2 data. This will
be a topic in an upcoming revised ZRTP specification.
13 years ago
hristoterezov
e7467d8a84
Adds new methods to AlertUIServiceImpl that show a notification popup. If the popup is clicked an error dialog is shown. CallManger uses the new methods to show an error if enabling the local video fails.
13 years ago
yanas
515f210012
Adds an icon for phone contact details, when calling a phone number from
...
vcard.
13 years ago
yanas
3564430a9c
Temporarily disables the custom viewport in audio conferences, as we
...
believe the issues it was fixing are now fixed by calling pack() on the
parent window.
13 years ago
yanas
2f1e5d452c
Implements support for CUSAX peer display name in call panel.
13 years ago
yanas
972d72fcfb
Fixes status change problems in chat window. Includes fixes for multiple
...
status messages and status icon incorrect changes reported by Richard
Karmazín.
13 years ago
Damian Minkov
a9c65e9cd3
Adds additional utility methods.
13 years ago
yanas
cd5a0b7bc0
Adds support for draft-saintandre-impp-call-info and improves the avatar
...
and display name retrieval in outgoing calls and in calls in general.
13 years ago
Vincent Lucas
7850999c10
Always uses the COM server to interoperate with Outlook and thus even if Jitsi
...
bitness is compatible with MAPI library.
13 years ago
Vincent Lucas
6035f9236c
Modifies path tried to load the external executable COM server and the type
...
libraries: test several paths in order to work for as well for the build as for
the git source version.
13 years ago
Vincent Lucas
e4e04f1315
Adds bitness detection for Outlook 2013.
13 years ago
yanas
b7572e92a9
Fixes preferred account initial wizard form and default server value.
13 years ago
yanas
7e3ee0aaa9
Disables showing status messages in the chat window, until we fix the status change problem.
13 years ago
Vincent Lucas
bd11acf2b2
Creates a COM service to able Jitsi 32 bits to communicate with MAPI 64 bits (Outlook). And vice-versa.
13 years ago
Boris Grozev
30d591762b
Fixes build.
13 years ago
Boris Grozev
8e029c3d2f
Adds audioSenders and videoSenders fields to CallPeerMediaHandlerJabberImpl.
...
They keep the current 'senders' value for the Jingle session with the
associated CallPeer. The reason for adding these fields, instead of using the
already saved ContentPacketExtension in {local,remote}ContentMap is that it is
not clear which one should be searched.
Changes AbstractCallJabberGTalkImpl#modifyVideoContent(), so that it updates
the Jingle sessions of the Call to reflect the current state of the the video
content of the Call.
The "direction" that the Jingle session for a given CallPeer should have is
calculated in CallPeerJabberImpl#getJingleDirection().
13 years ago
Boris Grozev
8873d59cac
Fix comment
13 years ago
Boris Grozev
1c9d078587
Adds logs.
13 years ago
Boris Grozev
935e272fdf
Merge branch 'master' of github.com:jitsi/jitsi
13 years ago
Ingo Bauersachs
3878be789b
Update jmork to rev a18997b (accept newlines in values)
13 years ago
Boris Grozev
0624917501
Merge branch 'master' of github.com:jitsi/jitsi
13 years ago
emcho
d661093fff
Commit from translate.jitsi.org by user emcho.: 1458 of 1458 strings translated (0 fuzzy).
13 years ago
Richard Whitehouse
135eccfefa
Add resource string for no conferencing account available message
13 years ago
Ingo Bauersachs
471d31bb3e
Cache parsed database
13 years ago
Ingo Bauersachs
5192902101
Bind phone prefix change events
13 years ago
Ingo Bauersachs
40096adf02
Completely remove config section
13 years ago
Ingo Bauersachs
d8b4ee7f0d
Don't fail loading of services on empty config values
13 years ago
Peter O'Neill
e9ed00f9c2
Make sure accounts have at least one attempt to login AFTER the reconnect
...
plugin has started listening for RegistrationEvents (so it can be notified
of failures)
13 years ago
Lyubomir Marinov
77428c1363
Fixes recent breakage of FEC decoding in the Opus codec.
13 years ago
Emil Ivov
6a200ffcbe
Increments version minor to 3 (i.e. nightly version prefix is not 2.3)
13 years ago
yanas
2d649bd9e8
Renames and moves the cusax account property from cusax.xmppAccountID to
...
cusax.XMPP_ACCOUNT_ID.
13 years ago
Ingo Bauersachs
e1aec3707f
Change install new version warning as suggested by David Bolton on dev
13 years ago
Lyubomir Marinov
eccdfddea5
Employs packet loss concealment (PLC) for the Opus and SILK audio codecs.
13 years ago
Emil Ivov
8f45d4722e
And again ... wth
13 years ago
Emil Ivov
ce3dad1cf9
Ignore local changes on .gitignore
13 years ago
emcho
733053f607
Commit from translate.jitsi.org by user emcho.: 1458 of 1458 strings translated (0 fuzzy).
13 years ago
emcho
377fa5cfa3
Commit from translate.jitsi.org by user emcho.: 1458 of 1458 strings translated (0 fuzzy).
13 years ago