Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing option "remember password" when editing sip account don't work ↵ | Damian Minkov | 2011-02-17 | 1 | -0/+12 |
| | | | | (reported by Davide Corda on dev mailing list). | ||||
* | Fixes javadocs. | Lyubomir Marinov | 2011-02-17 | 1 | -18/+27 |
| | |||||
* | Add missing method in OperationSetDesktopStreaming to move a partial desktop ↵ | Sebastien Vincent | 2011-02-16 | 1 | -1/+12 |
| | | | | streaming zone. | ||||
* | Add methods to MediaService for streaming a part of desktop and stub methods ↵ | Sebastien Vincent | 2011-02-16 | 2 | -1/+44 |
| | | | | in MediaServiceImpl. | ||||
* | Reports contact specifiers such as Home, Work, Mobile for the SourceContact ↵ | Lyubomir Marinov | 2011-02-16 | 1 | -6/+6 |
| | | | | ContactDetails returned by the Mac OS X Address Book ContactSourceService. | ||||
* | Reports contact specifiers such as Home, Work, Mobile for the SourceContact ↵ | Lyubomir Marinov | 2011-02-16 | 1 | -0/+99 |
| | | | | ContactDetails returned by the Microsoft Outlook ContactSourceService. | ||||
* | Moves logging configuration in separate bundle and add option to archive and ↵ | Damian Minkov | 2011-01-31 | 2 | -0/+244 |
| | | | | save log files. | ||||
* | Fixes disappearing call history on search in the contact list. | Yana Stamcheva | 2011-01-27 | 3 | -0/+19 |
| | | | | Call history records shown last. | ||||
* | Removes a duplicate method/an unnecessary method override. | Lyubomir Marinov | 2011-01-26 | 1 | -15/+0 |
| | |||||
* | Keeps the About menu item at the end of the Help menu because it is its ↵ | Lyubomir Marinov | 2011-01-26 | 1 | -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 Minkov | 2011-01-18 | 2 | -0/+34 |
| | | | | | | specified. Update installers logging properties. | ||||
* | Fixes issue #899: Incorrect Javadoc for function createCall. | Lyubomir Marinov | 2011-01-17 | 1 | -23/+19 |
| | |||||
* | Advances the phone number matching to take into account leading plus ↵ | Lyubomir Marinov | 2011-01-13 | 1 | -0/+12 |
| | | | | characters, country codes, etc. | ||||
* | Normalizes phone numbers found in the Address Books of Microsoft Outlook and ↵ | Lyubomir Marinov | 2011-01-11 | 1 | -0/+28 |
| | | | | Mac OS X. | ||||
* | Fix the case when the callee does not support an audio codec that the caller ↵ | Sebastien Vincent | 2011-01-10 | 1 | -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 Minkov | 2011-01-05 | 1 | -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 Marinov | 2010-12-21 | 1 | -1/+66 |
| | | | | Outlook. | ||||
* | Update ice4j.jar that now supports UPnP candidates harvesting. Note that ↵ | Sebastien Vincent | 2010-12-21 | 1 | -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 Marinov | 2010-12-21 | 2 | -1/+157 |
| | | | | Outlook. | ||||
* | Fix a bug when saving sip account with different registrar changing user_id ↵ | Damian Minkov | 2010-12-20 | 1 | -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 Minkov | 2010-12-17 | 4 | -5/+54 |
| | | | | service. Add capture and playback volume buttons to fullscreen call dialog. | ||||
* | Reflect contact capabilities in call history. | Sebastien Vincent | 2010-12-16 | 1 | -1/+1 |
| | |||||
* | Tunes the audio levels based on sound pressure levels and their ranges a ↵ | Lyubomir Marinov | 2010-12-15 | 2 | -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 Minkov | 2010-12-14 | 1 | -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 Vincent | 2010-12-14 | 1 | -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 Vincent | 2010-12-14 | 1 | -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 Ivov | 2010-12-10 | 1 | -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 Vincent | 2010-12-10 | 3 | -2/+196 |
| | | | | by default. | ||||
* | Introduce Packet Logging Service with its configuration form and ↵ | Damian Minkov | 2010-12-03 | 1 | -0/+101 |
| | | | | implementation for sip,jabber and rtp. | ||||
* | * Fix exception when creating a STUN server without username/password; | Sebastien Vincent | 2010-12-03 | 1 | -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 Stamcheva | 2010-11-30 | 5 | -73/+1432 |
| | |||||
* | Change the "use ICE" property name. | Sebastien Vincent | 2010-11-29 | 1 | -1/+1 |
| | |||||
* | Opens the PortAudio streams with a valid framesPerBuffer value in order to ↵ | Lyubomir Marinov | 2010-11-29 | 1 | -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 Vincent | 2010-11-26 | 1 | -17/+28 |
| | | | | STUN servers are available. | ||||
* | Improvements in obtaining contact capabilities. | Yana Stamcheva | 2010-11-26 | 4 | -99/+26 |
| | |||||
* | Updatecheck activator, update authenticate window, exported window no more used. | Damian Minkov | 2010-11-26 | 1 | -6/+0 |
| | |||||
* | Introduce sending/receiving generic events operation set and its ↵ | Damian Minkov | 2010-11-25 | 3 | -0/+211 |
| | | | | implementation for jabber protocol. | ||||
* | Fixes IndexOutOfBoundsException in Call History, prevents the gui from ↵ | Yana Stamcheva | 2010-11-22 | 1 | -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 Vincent | 2010-11-17 | 9 | -15/+58 |
| | |||||
* | Fix closing media when Bye has a reason string, fix missed and not overriden ↵ | Damian Minkov | 2010-11-16 | 1 | -1/+17 |
| | | | | method. | ||||
* | Display correctly the local video if we switch from desktop streaming to ↵ | Sebastien Vincent | 2010-11-12 | 1 | -9/+27 |
| | | | | webcam or vice-versa. | ||||
* | The interfaces for the call playback volume control. | Damian Minkov | 2010-11-11 | 4 | -0/+172 |
| | |||||
* | Introducing voice messages user interface. | Yana Stamcheva | 2010-11-09 | 3 | -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 Stamcheva | 2010-11-07 | 2 | -3/+8 |
| | |||||
* | Impelements switching on and off the streaming of video in Jingle calls, ↵ | Lyubomir Marinov | 2010-11-07 | 3 | -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 Minkov | 2010-11-06 | 4 | -0/+260 |
| | |||||
* | Skin support patch provided by Adam Netocny. Adding skin support in the SIP ↵ | Yana Stamcheva | 2010-11-03 | 1 | -0/+9 |
| | | | | Communicator look&feel. | ||||
* | Spell Check plugin (work in progress). Note that the spellcheck plugin is ↵ | Yana Stamcheva | 2010-11-01 | 4 | -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 Marinov | 2010-10-21 | 1 | -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 Stamcheva | 2010-10-19 | 1 | -0/+6 |
| | | | | | | Added google-chrome to the list of browsers we're using to open links - Adam Netocny. :D smiley added - Adam Netocny. |