aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/msofficecomm/Messenger.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove Yahoo protocolIngo Bauersachs2016-10-241-6/+0
| | | | Closes #76, #293
* Help developers debugging the office presence integrationIngo Bauersachs2016-05-091-7/+5
|
* Updates the license headers.Damian Minkov2015-07-201-2/+13
|
* Removes msn protocol.damencho2015-07-161-11/+0
|
* Adds log messages about the registry keys used by msofficecom plugin.hristoterezov2014-06-161-0/+1
|
* Adds CalendarService implementation. The Calendar service calculates the ↵hristoterezov2014-04-021-0/+14
| | | | free busy status based on outlook meetings.
* Adds debug logging for msofficecomm plugin.Damian Minkov2014-02-181-1/+12
|
* Logs error messages about failures to load native libraries.Lyubomir Marinov2014-01-031-1/+13
|
* Removes an exception that is caused by the Outlook presence plugin while the ↵Ingo Bauersachs2013-08-081-0/+5
| | | | accounts are not connected/still in the connecting phase. (Author: Ingo Bauersachs)
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-1/+1
|
* Adds support for a boolean ConfigurationService property with name ↵Lyubomir Marinov2012-07-251-32/+82
| | | | net.java.sip.communicator.plugin.msofficecomm.CREATE_CALL_BY_PHONE_NUMBER which instructs the Microsoft Outlook VoIP integration functionality to resolve a sign-in name to a vCard phone number in case it fails to resolve to a Contact with support for OperationSetBasicTelephony. The sort order of the phone number types is controlled through a String ConfigurationService property with name net.java.sip.communicator.plugin.msofficecomm.MPHONE_TYPE_SORT_ORDER which defaults to a value that prefers a work phone number, if available.
* Commits work in progress on calling from Microsoft Office with Jitsi to ↵Lyubomir Marinov2012-07-121-1/+105
| | | | phone numbers originating from Microsoft Office.
* Commits work in progress on calling from Microsoft Office with Jitsi to ↵Lyubomir Marinov2012-07-111-8/+33
| | | | phone numbers originating from Microsoft Office.
* When calling a Jitsi contact from Microsoft Outlook, looks for available ↵Lyubomir Marinov2012-07-111-19/+268
| | | | phone numbers in the contact's vCard.
* Fixes a possible NullPointerException which could prevent the successful ↵Lyubomir Marinov2012-06-191-6/+14
| | | | integration of Jitsi presence, IM and VoIP into MS Outlook.
* Uses the equivalent of Jitsi's 'On the phone' status in Microsoft ↵Lyubomir Marinov2012-06-041-65/+307
| | | | Office/Outlook.
* Supports vCard e-mail addresses when matching Microsoft Outlook contacts to ↵Lyubomir Marinov2012-06-041-6/+125
| | | | Jitsi contacts for IM and VoIP.
* Supports vCard e-mail addresses when matching Microsoft Outlook contacts to ↵Lyubomir Marinov2012-06-031-12/+318
| | | | Jitsi contacts for presence. The functionality is still to be implemented for the cases of IM and VoIP.
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-0/+464