aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service
Commit message (Collapse)AuthorAgeFilesLines
* Removing option "remember password" when editing sip account don't work ↵Damian Minkov2011-02-171-0/+12
| | | | (reported by Davide Corda on dev mailing list).
* Fixes javadocs.Lyubomir Marinov2011-02-171-18/+27
|
* Add missing method in OperationSetDesktopStreaming to move a partial desktop ↵Sebastien Vincent2011-02-161-1/+12
| | | | streaming zone.
* Add methods to MediaService for streaming a part of desktop and stub methods ↵Sebastien Vincent2011-02-162-1/+44
| | | | in MediaServiceImpl.
* Reports contact specifiers such as Home, Work, Mobile for the SourceContact ↵Lyubomir Marinov2011-02-161-6/+6
| | | | ContactDetails returned by the Mac OS X Address Book ContactSourceService.
* Reports contact specifiers such as Home, Work, Mobile for the SourceContact ↵Lyubomir Marinov2011-02-161-0/+99
| | | | ContactDetails returned by the Microsoft Outlook ContactSourceService.
* Moves logging configuration in separate bundle and add option to archive and ↵Damian Minkov2011-01-312-0/+244
| | | | save log files.
* Fixes disappearing call history on search in the contact list.Yana Stamcheva2011-01-273-0/+19
| | | | Call history records shown last.
* Removes a duplicate method/an unnecessary method override.Lyubomir Marinov2011-01-261-15/+0
|
* Keeps the About menu item at the end of the Help menu because it is its ↵Lyubomir Marinov2011-01-261-9/+16
| | | | conventional position. Otherwise, the 'Check for updates' menu item would appear last at times (on Windows).
* Ask user for REFERS with unknown calls and decline them or ignore if not ↵Damian Minkov2011-01-182-0/+34
| | | | | | specified. Update installers logging properties.
* Fixes issue #899: Incorrect Javadoc for function createCall.Lyubomir Marinov2011-01-171-23/+19
|
* Advances the phone number matching to take into account leading plus ↵Lyubomir Marinov2011-01-131-0/+12
| | | | characters, country codes, etc.
* Normalizes phone numbers found in the Address Books of Microsoft Outlook and ↵Lyubomir Marinov2011-01-111-0/+28
| | | | Mac OS X.
* Fix the case when the callee does not support an audio codec that the caller ↵Sebastien Vincent2011-01-101-0/+10
| | | | offer, he may reuse the payload-type ID of this codec for video (when he enables it) which is not a good behavior.
* Fix default values for jabber connection (stun auto-discover and jingle ↵Damian Minkov2011-01-051-0/+14
| | | | | | | 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 Microsoft ↵Lyubomir Marinov2010-12-211-1/+66
| | | | Outlook.
* Update ice4j.jar that now supports UPnP candidates harvesting. Note that ↵Sebastien Vincent2010-12-211-0/+5
| | | | UPnP is not enabled by default for the moment (it can be enabled in the advanced tab of your Jabber account).
* Commits work in progress on adding support for the Address Book of Microsoft ↵Lyubomir Marinov2010-12-212-1/+157
| | | | Outlook.
* Fix a bug when saving sip account with different registrar changing user_id ↵Damian Minkov2010-12-201-7/+20
| | | | | | | | 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.
* Introduce possibility to control capture volume from the GUI through media ↵Damian Minkov2010-12-174-5/+54
| | | | service. Add capture and playback volume buttons to fullscreen call dialog.
* Reflect contact capabilities in call history.Sebastien Vincent2010-12-161-1/+1
|
* Tunes the audio levels based on sound pressure levels and their ranges a ↵Lyubomir Marinov2010-12-152-12/+41
| | | | bit. Fixes an inaccuracy in the audio levels being sent to conference members.
* When creating account check and disabled accounts(all loaded accounts in ↵Damian Minkov2010-12-141-0/+33
| | | | | | AccountManager) for duplicates. Don't block UI when disabling account which is currently registering or asking for authentication.
* Enable desktop streaming/sharing for SIP and XMPP protocol. Note that ↵Sebastien Vincent2010-12-141-1/+1
| | | | desktop sharing with remote control works only between two SIP Communicator clients for the moment.
* When we modify a Jabber account, be sure to clear existing supported XMPP ↵Sebastien Vincent2010-12-141-0/+11
| | | | features as well as all ProtocolProviderServiceJabberImpl's registration state change listeners because we will recreate OperationSets. Otherwise wrong behavior can happen like two ICE negociations for the same peer in the same time (because we have more than one OperationSetBasicTelephony associated with the account and listen to Jingle packets).
* Makes it possible for plugins to distinguish the difference between an ↵Emil Ivov2010-12-101-2/+15
| | | | incoming XMPP generic notification and an error IQ indicating that an outgoing one failed to deliver
* Initial support for Jingle Nodes. Please note that this feature is disabled ↵Sebastien Vincent2010-12-103-2/+196
| | | | by default.
* Introduce Packet Logging Service with its configuration form and ↵Damian Minkov2010-12-031-0/+101
| | | | implementation for sip,jabber and rtp.
* * Fix exception when creating a STUN server without username/password;Sebastien Vincent2010-12-031-2/+4
| | | | | | | | * Use the default SIP Communicator STUN server by default if no configuration property is set; * By default disable STUN username/password field; * Remove a debug output in H263+ encoder.
* Localized state strings.Yana Stamcheva2010-11-305-73/+1432
|
* Change the "use ICE" property name.Sebastien Vincent2010-11-291-1/+1
|
* Opens the PortAudio streams with a valid framesPerBuffer value in order to ↵Lyubomir Marinov2010-11-291-4/+1
| | | | make it possible to use the pseudo-blocking PortAudio stream interface implemented in r7982.
* Add the possibility to use SIP Communicator STUN server in case no other ↵Sebastien Vincent2010-11-261-17/+28
| | | | STUN servers are available.
* Improvements in obtaining contact capabilities.Yana Stamcheva2010-11-264-99/+26
|
* Updatecheck activator, update authenticate window, exported window no more used.Damian Minkov2010-11-261-6/+0
|
* Introduce sending/receiving generic events operation set and its ↵Damian Minkov2010-11-253-0/+211
| | | | implementation for jabber protocol.
* Fixes IndexOutOfBoundsException in Call History, prevents the gui from ↵Yana Stamcheva2010-11-221-0/+16
| | | | crashing in any exceptions coming from contact list filters and adds some logs in order to better analyze the situation, which provoked the exception in first place.
* Enable ICE by default, fix javadoc warnings.Sebastien Vincent2010-11-179-15/+58
|
* Fix closing media when Bye has a reason string, fix missed and not overriden ↵Damian Minkov2010-11-161-1/+17
| | | | method.
* Display correctly the local video if we switch from desktop streaming to ↵Sebastien Vincent2010-11-121-9/+27
| | | | webcam or vice-versa.
* The interfaces for the call playback volume control.Damian Minkov2010-11-114-0/+172
|
* Introducing voice messages user interface.Yana Stamcheva2010-11-093-2/+15
| | | | | | Instant refresh of call history with new calls, when we're in call history view. Improved call history interface. Making sure to remove all operation set related gui listeners when a protocol provider is unregistered.
* Desktop Sharing: manage enabling/disabling local video and desktop sharing.Yana Stamcheva2010-11-072-3/+8
|
* Impelements switching on and off the streaming of video in Jingle calls, ↵Lyubomir Marinov2010-11-073-16/+286
| | | | call/session transfer and audio conferencing (without the conference members being notified that they are in a conference).
* Message Waiting Indication for sip protocol (rfc3842).Damian Minkov2010-11-064-0/+260
|
* Skin support patch provided by Adam Netocny. Adding skin support in the SIP ↵Yana Stamcheva2010-11-031-0/+9
| | | | Communicator look&feel.
* Spell Check plugin (work in progress). Note that the spellcheck plugin is ↵Yana Stamcheva2010-11-014-1/+152
| | | | not enabled and would be available once it's ready and finished.
* Commits work in progress on enabling ICE support in Jingle calls. Allows ↵Lyubomir Marinov2010-10-211-2/+10
| | | | video to be started in a call which has been established with audio only.
* Chat window made fully skinnable - patch provided by Adam Netocny.Yana Stamcheva2010-10-191-0/+6
| | | | | | Added google-chrome to the list of browsers we're using to open links - Adam Netocny. :D smiley added - Adam Netocny.