Vincent Lucas
4fbc19e87c
Corrects error at Outlook COM server startup, when Outlook is installed but no account is configured. Try to speed up Outlook entry ID resolution. Gets and logs Outlook version.
13 years ago
hristoterezov
f714d6ec13
Fixes the chat room password prefix.
13 years ago
Lyubomir Marinov
4d8f36caad
Handles hotplugging and playback device selections during calls in the Windows Audio Session API (WASAPI) integration when acoustic echo cancellation (AEC) is enabled.
13 years ago
Boris Grozev
512c3f97a5
Improves 'hold' functionality for videobridge conferences: fixes an issue with
...
the focus being muted when someone uses hold and other issues.
13 years ago
Boris Grozev
554c54a00b
Adds a method that allows to set the direction of a channel on a videobridge.
13 years ago
Boris Grozev
a45474f194
Additional code for the 'direction' attribute of ColibriConferenceIQ.Channel
13 years ago
Boris Grozev
e8738c1e05
Uses the 'on-hold' endpoint status type when describing in a conference-info document CallPeer-s which have a REMOTELY_ON_HOLD status.
13 years ago
Boris Grozev
a4e091b2c2
Adds a 'direction' field to ColibriConferenceIQ.Channel
13 years ago
hristoterezov
c6bb666945
Changes the implementation of the chat room nickname dialog to have default value and the ok button is disabled if no text have been entered.
13 years ago
Damian Minkov
fe12f3b5ee
Fires event when room has been left. Makes sure that before unregistering we leave the rooms that have been joined. Does not display unregistered providers in chat rooms dialog.
13 years ago
Lyubomir Marinov
5f5b209122
Implements acoustic echo cancellation (AEC) in the integration of Windows Audio Session API (WASAPI) using the Voice Capture DSP in source (as opposed to filter) mode.
13 years ago
Damian Minkov
92c257a4e1
Tries to narrow detecting authentication failed errors and distinguish it from network errors.
13 years ago
Damian Minkov
198604b932
Fixes searching in contactlist without selecting search field not possible once the menu was open.
13 years ago
Ingo Bauersachs
ce6f3801d7
Fix NPE when a contact has no default contact or no presence
13 years ago
Vincent Lucas
62e671231f
Adds initial check if Outlook is installed before starting the Outlook COM server.
13 years ago
Damian Minkov
50df6a25a8
Moves typing notification label under message receive area, visible only in multichat mode.
13 years ago
Damian Minkov
40542f75c0
Fixes NPE when focusing multichat windows.
13 years ago
hristoterezov
818ace92b4
Adds functionality to save passwords and nicknames for chat rooms.
13 years ago
Damian Minkov
e464156bad
Fixes wrong print and adds some waits.
13 years ago
Damian Minkov
e130c9ece9
Fixes some history searches where some files were skipped if the the start timestamp we filter is the same as the filename (filename is the time it was created) and filtering some dates by period now is inclusive for the start of the period.
13 years ago
paweldomas
1a94b834dd
Adds SimpleServiceActivator utility class
13 years ago
Boris Grozev
dfd5a88621
Updates libjitsi.jar and the opus binaries (with ones linked with opus-1.1-beta)
13 years ago
paweldomas
10916a0bdd
Adds default constructor to JabberAccountID in order to fix serialization error of JabberAccountRegistration.
13 years ago
hristoterezov
ba18f3dd23
Increases the height of the rows in the chat room list form.
13 years ago
hristoterezov
6eb5d4e440
Tries to fix randomly failing tests.
13 years ago
hristoterezov
8d60a758d0
Updates joined chat rooms icon.
13 years ago
hristoterezov
c81097c178
Adds icon for chat rooms that were joined.
13 years ago
Boris Grozev
9b218164fc
Reverts b7357da857 as it actually
...
stops hole-punch packets from the focus to the videobridge.
13 years ago
Boris Grozev
b7357da857
Don't try to send hole-punch packets to peers for which we use a
...
jitsi-videobridge.
13 years ago
Boris Grozev
50dd9a5f2c
Send Jingle remove-content when video is no longer needed in a Jingle session
...
(instead of keeping the video content alive and setting senders=none as we
previously did)
13 years ago
Boris Grozev
759a03944a
When closing a ColibriStreamConnector in a CallJabberImpl, remove the connector
...
from the local list of connectors.
13 years ago
Damian Minkov
36c18222a1
Fixes receiving messages from contacts that are not from our contact list. Uses the full jid for volatile contact and updates its resource.
13 years ago
Damian Minkov
80a8984edb
Fixes correct dtmf packet length for RFC4733 dtmf tones.
13 years ago
hristoterezov
2689368bab
Removes unnecessary disco info sent before joinning the room.
13 years ago
Lyubomir Marinov
7b27caa78a
Fixes issues with the CaptureDevice and Renderer implementations using Windows Audio Session API (WASAPI) related to the playback and/or notify device selections being set to 'none'.
13 years ago
acastroy
0d08678144
Commit from translate.jitsi.org by user acastroy.: 1465 of 1465 strings translated (0 fuzzy).
13 years ago
hristoterezov
905b6b27e0
Reverts changes from 6ef4e97131 commit.
13 years ago
Damian Minkov
39ac02a33d
Fixes tests, removes room listing from tests as it was disabled on server we test.
13 years ago
hristoterezov
6ef4e97131
Removes unnecessary disco info sent before joinning the room.
13 years ago
Vincent Lucas
c515624c49
Corrects description for outlook com server.
13 years ago
Lyubomir Marinov
9acf192568
Fixes an issue in the Windows Audio Session API (WASAPI) integration which could cause the audio capture to fail on certain devices if acoustic echo cancellation is enabled.
13 years ago
Damian Minkov
c9582ea133
Fixes some NPE exceptions when clearing avatar images in UI.
13 years ago
Damian Minkov
60ee5458cb
Tries to fix randomly failing builds by relaxing the write operations when testing meta history service.
13 years ago
Damian Minkov
c4d139f854
Fixes call buttons behaviour if provider info is missing and preferred protocol is set.
13 years ago
paweldomas
b9f552e690
Fixes ClassCastException on Android in AbstractSystrayService.
13 years ago
Boris Grozev
82c41a7747
When a ConferenceMember is removed from a conference with a
...
Jitsi-videobridge, an RTCP BYE packet is not always sent. Therefore, if the
ConferenceMember had an associated video SSRC, the stream isn't be
removed until it times out, leaving a blank video container in the interface
for a few seconds.
This works around the problem by removing the
ConferenceMember's ReceiveStream when the ConferenceMember is
removed. The proper solution is to ensure that RTCP BYEs are sent whenever
necessary, and when it is deployed this code should be removed.
13 years ago
Lyubomir Marinov
c1557f7519
Fixes a problem with the Renderer implementation of Windows Audio Session API (WASAPI) which could cause loss of playback after switching the playback device during a call.
13 years ago
Boris Grozev
1f39583d80
Adds a CALL_PARTICIPANTS_CHANGE type for CallChangeEvent-s and fires events
...
with this type when content-modify or content-remove is received.
13 years ago
paweldomas
9e7653ceec
Adds optional timeout to PopupMessageNotificationAction and PopupMessage.
13 years ago
Vincent Lucas
73032b8c36
Sets description for Outlook COM server executable.
13 years ago