aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip
Commit message (Expand)AuthorAgeFilesLines
* Fixes missing buttons and call timer start when call is answered through glob...Damian Minkov2012-03-146-7/+193
* Fixes NullPointerException causing disappearing contact list.Yana Stamcheva2012-03-141-0/+4
* Fixes build.Damian Minkov2012-03-121-2/+2
* Separates auto answer operation set into basic and advanced. Damian Minkov2012-03-1210-116/+417
* Fixes showing add contact in contact list when it is disabled.Damian Minkov2012-03-122-2/+4
* Fix F8 crypto mode and change handling of secret SRTP key data.Werner Dittmann2012-03-114-114/+64
* Fixes issues related to audio quality and compatibility.Lyubomir Marinov2012-03-093-0/+338
* Fixes javadoc and eclipse related warnings in the code.Sebastien Vincent2012-03-0999-408/+868
* Fixes call duration counter when call is longer than 24 hours.Damian Minkov2012-03-094-40/+41
* Fixes style formating, javadoc and eclipse related warnings.Sebastien Vincent2012-03-09137-618/+1462
* Displays account display name when password is wrong.Damian Minkov2012-03-096-6/+20
* Uses the account display name in the systray status menu.Yana Stamcheva2012-03-092-2/+2
* Removes advertising bytestream used for jabber file transfers, leaving ibb.Damian Minkov2012-03-092-4/+4
* When we change audio device during a cross-protocol conference call, it is th...Sebastien Vincent2012-03-081-0/+27
* Fixes some ConcurrentModificationException in CallManager.Sebastien Vincent2012-03-082-7/+13
* Removes maximum limitation for outgoing RTP trafficEmil Ivov2012-03-081-1/+1
* Adds a button to remove current picture: replaces the current avatar with the...Vincent Lucas2012-03-081-0/+16
* Applies formatting for the sake of readability.Lyubomir Marinov2012-03-083-40/+23
* Avoids showing empty messages.Damian Minkov2012-03-081-1/+15
* Corrects CC and CSRC fields in RTP header, when the remote Peer sends several...Vincent Lucas2012-03-071-8/+15
* Fixes jingle-info receive for the callee. In this case the jingle-info reques...Sebastien Vincent2012-03-074-20/+82
* Removes advertising bytestream used for jabber file transfers, leaving ibb.Damian Minkov2012-03-072-11/+15
* Fixes audio level display when changing input device during a call.Sebastien Vincent2012-03-062-1/+7
* Adds more logging when we fail to find xmpp server addresses.Damian Minkov2012-03-061-0/+6
* Introduces new configuration from to setup global shortcut entry. Allows also...Sebastien Vincent2012-03-0610-158/+802
* Adds security timeout event, triggered whenever we tried and couldn't establi...Damian Minkov2012-03-0624-9/+481
* Adds getTransportProtocol() function in the MediaStream to get the media stre...Vincent Lucas2012-03-024-13/+152
* Small corrections concerning the CallInfoFrame. Displays the call duration on...Vincent Lucas2012-03-011-15/+18
* Adds a getICECandidateExtendedType() function to the CallPeerMediaHandler and...Vincent Lucas2012-03-018-4/+135
* Updates ice4j library to revision 3000, which provides CandidateExtendedType....Vincent Lucas2012-03-011-2/+5
* Changes enumeration TransportProtocolEnum name to TransportProtocol. Modifies...Vincent Lucas2012-03-0115-36/+36
* Adds an enumeration for the available transport protocols (UNKNOWN, UDP, TCP ...Vincent Lucas2012-03-0115-63/+128
* Fixes Java 5 incompatibility in AuthenticationWindow constructor, causing Ill...Damian Minkov2012-03-012-119/+37
* Corrects the getTransportType() function documentation of the ProtocolProvide...Vincent Lucas2012-03-0113-15/+17
* Adds a getTransportType() function to ProtocolProviderServices in order to ge...Vincent Lucas2012-02-2914-3/+150
* Fixes some IlligalStateExceptions and NPE when using icq protocol.Damian Minkov2012-02-294-3/+12
* Closes the CallInfoFrame simultaneously with the CallPanel when the last remo...Vincent Lucas2012-02-292-2/+13
* Updates smack library to 3.2.2.Damian Minkov2012-02-291-2/+3
* Adds support for merging all existing calls in a single conference.Sebastien Vincent2012-02-298-22/+322
* Adds network layer for sip stack for android.Damian Minkov2012-02-283-5/+115
* Adds some logging when there is a problem connecting (connection failed).Damian Minkov2012-02-281-0/+4
* Fixes duplicate file transfer appearance in chat window.Yana Stamcheva2012-02-281-0/+1
* Fixes issue related to conference establishment with some SIP providers (cont...Sebastien Vincent2012-02-284-9/+63
* Corrects call duration computation for CallInfoFrame.Vincent Lucas2012-02-271-3/+5
* Fixes hangup button in call.Yana Stamcheva2012-02-261-1/+2
* SIP: Show checkboxes for configurable SSL/TLS protocol versionsIngo Bauersachs2012-02-263-30/+90
* Simplifies call information interface and makes it possible to copy the content.Yana Stamcheva2012-02-243-372/+326
* Removes debug line.Sebastien Vincent2012-02-241-1/+0
* Adds check for folder existence if filename contains a folder.Damian Minkov2012-02-241-3/+16
* Corrects gray checkbox background on Linux for the Jabber account registratio...Vincent Lucas2012-02-241-2/+2