Sebastien Vincent
8c17e3bf13
Fixes issue related to conference establishment with some SIP providers (contact blocked in connecting state).
15 years ago
Vincent Lucas
b2e082d793
Corrects call duration computation for CallInfoFrame.
15 years ago
Yana Stamcheva
bdd79f9d85
Fixes hangup button in call.
15 years ago
Ingo Bauersachs
c15618c987
SIP: Show checkboxes for configurable SSL/TLS protocol versions
15 years ago
Yana Stamcheva
3d6b4e5b11
Simplifies call information interface and makes it possible to copy the content.
15 years ago
Sebastien Vincent
cedc04880d
Removes debug line.
15 years ago
Damian Minkov
247936a32d
Adds check for folder existence if filename contains a folder.
15 years ago
Vincent Lucas
36128a9bb7
Corrects gray checkbox background on Linux for the Jabber account registration wizard - connection panel.
15 years ago
Sebastien Vincent
4a409016a0
Fixes merge to call feature when the merged call is from different protocol provider.
15 years ago
Damian Minkov
817d77763e
Corrects reporting contact capabilities when going offline, make sure we use the status info from the Presence packet, as contact may still have not dispatched it and to be offline to us.
15 years ago
Sebastien Vincent
2d127c27d3
Try to fix Gingle call establishment issues by waiting IQ result of transport-info IQ request.
15 years ago
Vincent Lucas
ad7eda826e
Adds additional call information statistics: upload bandwidth, upload loss rate and upload/download jitter.
15 years ago
Damian Minkov
0be27adf82
Corrects reporting contact capabilities when going offline.
15 years ago
Vincent Lucas
1ff38d2d33
Adds first part of call information statistcs (codec, encoding frequency, local and remote address ip/port, download rate/loss).
15 years ago
Sebastien Vincent
bfdacda84d
Refactor invite conference dialog. Adds drag'n'drop from contact list to invite conference dialog right column and also between its two columns.
15 years ago
Yana Stamcheva
209171b532
Fixes the appearance of the Yahoo protocol in the initial account create form.
15 years ago
Lyubomir Marinov
054a8a2493
Tries to always use one and the same Call for conference members from one and the same ProtocolProvider regardless of whether the Call is cross-protocol or not.
15 years ago
Damian Minkov
6b7a06bc6c
Retrieves discovery info in separate thread and fires event, avoids blocking initial group creation.
15 years ago
Lyubomir Marinov
ebc08c2075
Fixes issues with video conferences such as adding peers and allowing non-focus peers to start their video first.
15 years ago
Damian Minkov
9b808b2b7c
Fixes processing jabber presences and displaying online contacts even if slowly initializing the contactlist.
15 years ago
Ingo Bauersachs
2d3ba8ca65
SIP: Allow configuration of enabled SSL/TLS protocols
15 years ago
Sebastien Vincent
9076d6b700
Fixes a bug (introduced in revision 9384) when we accept a second call (not merged in the first), the first call was not put on hold.
15 years ago
Sebastien Vincent
2ffab015c4
Adds UI for cross protocol conference calls. Adds also the possibility to add an incoming call into an existing call/conference. Fixes also the drag'n'drop for cross-protocol accounts.
15 years ago
Ingo Bauersachs
0f119431f4
Use standard license header
15 years ago
Ingo Bauersachs
c813493c60
OTR: Fingerprint comparison field (Patch by Daniel Perren, FHNW)
15 years ago
Damian Minkov
8bed1ed0fd
Adds some logging to network status events and their dispatching.
...
Prints result from provisioning requests in the log.
15 years ago
Ingo Bauersachs
05f4510756
Make the OTR <authenticate buddy> text clickable (Patch by Daniel Perren, FHNW)
15 years ago
Yana Stamcheva
63c9ed630a
Fixes disappearing contact list window.
15 years ago
Vincent Lucas
56584e435f
Removes the chat button in the CallPanel during a conference call.
15 years ago
Damian Minkov
4e39c83ba9
Makes possible making video call without audio, and sharing the desktop from machine without audio device.
...
Updates zrtp to use the first available stream as master, if more than one stream use the audio one.
15 years ago
Damian Minkov
9f8008254f
Fixes NPE in contact right button menu and chat window.
...
Fixes a problem with yahoo deny authorization requests.
15 years ago
Vincent Lucas
1867bc0b68
Removes button rectangular border under Linux. Based on Daniel Zucchetto patch proposed on dev mailing-list with subject: UI improvements on labels and buttons.
15 years ago
Yana Stamcheva
d18a2b07af
Fixes scroll going to top problem in chat window.
15 years ago
Damian Minkov
b71ad6f750
Adds property which can make provisioning mandatory, and if user cancels application will exit.
15 years ago
Lyubomir Marinov
784eaa286c
Fixes a NullPointerException in CallPeerMediaHandler#close().
15 years ago
Lyubomir Marinov
2b1b71d5e5
Commits work in progress on fixing issues with video conferences. Fixes an ArrayIndexOutOfBoundsException in audio level UI.
15 years ago
Yana Stamcheva
21d31f06a6
Adds some logs in order to track the disappearing main window bug.
15 years ago
Sebastien Vincent
bdba21a3c1
Deletes a reference to MediaDeviceSession in MediaDevice. Adds a getCallPeer() method to RemoteControlListener and RemoteControlEvent so that we can determine which CallPeer has generated the event.
15 years ago
Damian Minkov
c6db18cb92
Shows newly created groups when using 'Hide offline contacts' filter.
15 years ago
Lyubomir Marinov
f8639bd321
Commits work in progress on fixing leaks of CallDialog.
15 years ago
Damian Minkov
03665dbd8b
Fixes subsequent open of chat history urls when trying to focus back on the chat conversation by clicking the mouse on the chat history panel.
15 years ago
Damian Minkov
6faa9cecec
Fixes problem with deleting chars on macosx java 1.5 and handling some special chars in the written text.
...
Fixes subsequent open of chat history urls when trying to focus back on the chat conversation by clicking the mouse on the chat history panel.
15 years ago
Damian Minkov
94be44cff1
Stops sending typing notifications if contact is offline.
15 years ago
Lyubomir Marinov
e122a6073f
Tries to address issues with the support of video conferences such as the CallDialog not resizing properly at the conference focus, a crash in FFmpeg/sws_scale.
15 years ago
Vincent Lucas
9c0340f06d
Improves DTMF configuration (auto, RTP, SIP INFO or INBAND). Creates a common interface for starting and stopping (RTP or INBAND) DTMF tones into AudioMediaStream interface and its implementation. Reverting DtmfTransformEngine to use previous threaded DTMFDispatcher.
15 years ago
Lyubomir Marinov
50ace9f09b
Commits work in progress on fixing leaks of every CallDialog and ChatWindow.
15 years ago
Yana Stamcheva
9328fc8a80
Disables send file button when in a group chat.
15 years ago
Yana Stamcheva
bc3c3c4a80
Tries to fix scroll going to top problem in chat window.
15 years ago
Damian Minkov
3a4f5b145c
Changes tests as metacontactlist behaviour has changed, now proto-groups also get renamed.
15 years ago
Damian Minkov
56aad19663
Fixes a problem where adding contacts to newly created group is impossible.
...
Fixes a problem with moving contacts to group and double contact entry shown.
Renames protocol groups when meta group is renamed and fixed its storing.
15 years ago