aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip
Commit message (Collapse)AuthorAgeFilesLines
* Activates an initial implementation of the support for the Address Book of ↵Lyubomir Marinov2011-01-072-14/+155
| | | | Mac OS X. Neither it, nor the support for the Address Book of Microsoft Outlook implement the SourceContact image property.
* Updates felix.jar to version 3.0.7 (Courtesy of Richard S. Hall).Damian Minkov2011-01-071-1/+12
| | | | Update check from menu on windows is ran in new thread, preventing block swing if authentication needed.
* Fixes NullPointerException-s on chat window close and chat window open.Yana Stamcheva2011-01-072-4/+6
|
* Some gui refactoring.Yana Stamcheva2011-01-0741-1756/+2941
|
* Searches through more properties of the Microsoft Outlook contacts.Lyubomir Marinov2011-01-065-23/+115
|
* Make sure we init addresses for packet logging if they are not set in sip ↵Damian Minkov2011-01-061-6/+36
| | | | stack, and make sure no exception comes out from sip logger. Issue #894.
* Commits work in progress on adding support for the Address Book of Mac OS X.Lyubomir Marinov2011-01-056-45/+385
|
* Fix default values for jabber connection (stun auto-discover and jingle ↵Damian Minkov2011-01-055-4/+40
| | | | | | | nodes if account props are missing) to reflect default values when creating account. Add option to change source when sending generic jabber notifications. Ignore time for querying network devices when checking for changes in network config.
* Commits work in progress on adding support for the Address Book of Mac OS X.Lyubomir Marinov2011-01-0413-235/+495
|
* Enable Skein MAC for SRTP and ZRTPWerner Dittmann2011-01-033-24/+65
|
* Activates the implementation of searching in the Address Book of Microsoft ↵Lyubomir Marinov2011-01-031-1/+10
| | | | Outlook committed in r8114.
* Logs for detecting video devices.Damian Minkov2011-01-033-1/+24
|
* Provides an initial implementation of searching in the Address Book of ↵Lyubomir Marinov2010-12-246-20/+365
| | | | Microsoft Outlook.
* Reverts to Yana's latest version of CallHistoryContactSource because of ↵Lyubomir Marinov2010-12-231-23/+119
| | | | problems reported by her caused by subsequent modifications.
* Move volume buttons next to sound indicators.Damian Minkov2010-12-239-87/+166
|
* Fix contact capabilities, causing disappearing buttons in the contact list.Yana Stamcheva2010-12-232-69/+32
|
* Change account wizards to register protocol in separate thread and no more ↵Damian Minkov2010-12-233-76/+295
| | | | block the UI and shows status text.
* Wait the end of ICE processing to process session-accept message.Sebastien Vincent2010-12-221-0/+2
|
* Fix jabber account default values and creating it from initial registration ↵Damian Minkov2010-12-221-0/+16
| | | | form.
* Fix disable/enable upnp option in wizard.Damian Minkov2010-12-221-1/+1
|
* Remove some unnecessary resolves.Damian Minkov2010-12-225-15/+89
| | | | | | | Fix NAPTR queries, getting SRV query string from NAPTR results. Fix NPE when there is no SERVER_ADDRESS saved. Process SIP 423 Interval Too Brief to update our expiration time value. Disable Jabber user id field when editing jabber accounts.
* Fix localized call state strings.Yana Stamcheva2010-12-224-4/+6
|
* New received call dialog for Mac users.Yana Stamcheva2010-12-222-15/+111
|
* Commits work in progress on adding support for the Address Book of Microsoft ↵Lyubomir Marinov2010-12-216-41/+288
| | | | Outlook.
* Execute cancel action when pressing escape and closing authentication window.Damian Minkov2010-12-211-1/+1
|
* When we perform an XMPP/Jingle attended tranfer, the callee have to ↵Sebastien Vincent2010-12-215-78/+156
| | | | auto-answer when it receives a session-initiate with a transfer element (if ithe transfer information correspond to us).
* Fixes a NullPointerException in MainToolBar which is seen in the log and ↵Lyubomir Marinov2010-12-211-10/+13
| | | | appears to happen at startup.
* Trim every user id we enter in account wizards.Damian Minkov2010-12-2116-19/+45
| | | | Remove opaque default setting for menus in MenuBars.
* Make menus opaque. Damian Minkov2010-12-218-11/+0
|
* Update ice4j.jar that now supports UPnP candidates harvesting. Note that ↵Sebastien Vincent2010-12-219-1/+121
| | | | UPnP is not enabled by default for the moment (it can be enabled in the advanced tab of your Jabber account).
* Remove unused border.Yana Stamcheva2010-12-212-6/+7
|
* Commits work in progress on adding support for the Address Book of Microsoft ↵Lyubomir Marinov2010-12-211-98/+18
| | | | Outlook. (Should have been a part of r8093.)
* Commits work in progress on adding support for the Address Book of Microsoft ↵Lyubomir Marinov2010-12-217-1/+488
| | | | Outlook.
* Adds new libraries to the appropriate IDE configuration files.Yana Stamcheva2010-12-212-4/+4
| | | | | Fixes chat window transparent toolbar on windows and linux. Adjusts some gaps in the contact list window.
* Enable packet logging by default.Damian Minkov2010-12-211-60/+28
|
* More native MacOS interface for main components.Yana Stamcheva2010-12-2117-123/+449
|
* Enable Jingle Nodes by default.Sebastien Vincent2010-12-206-18/+19
|
* Fix a bug when saving sip account with different registrar changing user_id ↵Damian Minkov2010-12-204-13/+32
| | | | | | | | property, reported by Bauersachs Ingo. Fix request uri when using registrar address different from user id server part, , reported by Bauersachs Ingo. Don't construct account uid string every time, if it exists loaded it from the account props.
* Text formatting.Sebastien Vincent2010-12-204-6/+9
|
* Ads prefix to statistic prints for easier searching in log files and modify ↵Damian Minkov2010-12-173-56/+122
| | | | | | | some prints. Change their log level to info. Change getFormat of MediaDeviceSession, if processor is not present we will not query for format and use the locally stored one.
* Rebuilds the Mac OS X counterpart of the PortAudio support with 10.4 ↵Lyubomir Marinov2010-12-171-67/+71
| | | | compatibility. Fixes javadocs, formatting.
* Introduce possibility to control capture volume from the GUI through media ↵Damian Minkov2010-12-1717-132/+477
| | | | service. Add capture and playback volume buttons to fullscreen call dialog.
* Reflect contact capabilities in call history.Sebastien Vincent2010-12-169-29/+92
|
* Reflect contact capabilities, such as call, video or desktop sharing ↵Sebastien Vincent2010-12-164-30/+161
| | | | support, in contact list (right click menu) and chat window (issue 891).
* Update javadoc.Damian Minkov2010-12-161-0/+3
|
* Update media statistics.Damian Minkov2010-12-162-62/+291
|
* Use only the username part of the JID for TURN credentials.Sebastien Vincent2010-12-151-1/+3
|
* Wait ICE connectivity checks to be finished before generate the ↵Sebastien Vincent2010-12-153-1/+11
| | | | session-accept message.
* Change label text in STUN/TURN configuration dialog.Sebastien Vincent2010-12-151-1/+1
|
* Fix issue where camera is activated in an audio only SIP call.Sebastien Vincent2010-12-151-1/+3
|