aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updates getting the direction of a CallPeer for use in conference-info documentsBoris Grozev2013-07-165-36/+105
* Adds modification of Outlook display for home/work postal address. Corrects O...Vincent Lucas2013-07-154-70/+336
* Update the URL of the list of XMPP servers.Boris Grozev2013-07-151-1/+1
* Don't choke on internationalized strings ending in an ampersandBoris Grozev2013-07-151-5/+9
* Only send content-add to CallPeer's which are in state CONNECTED (we used to ...Boris Grozev2013-07-121-3/+13
* Adds volume to RFC4733 dtmf packets and handling of an account property to ch...Damian Minkov2013-07-124-298/+223
* Prevents ChatRoomMemberJabberImpl from setting nickname incorrectly.hristoterezov2013-07-121-4/+0
* Fix comparison of stringsBoris Grozev2013-07-121-1/+1
* Don't send COINs to peers with might not be ready to accept COINs yetBoris Grozev2013-07-111-0/+9
* Improves setting of attributes/elements in ConferenceInfoDocumentBoris Grozev2013-07-112-24/+50
* Adds optional use of RFC4575 partial notifications if theBoris Grozev2013-07-112-44/+223
* Uses the system default border instead of a lowered beveled border for the We...Lyubomir Marinov2013-07-111-1/+0
* Prevents more than one conference-info NOTIFY being sent to a single SIP Call...Boris Grozev2013-07-104-47/+93
* Handle RFC4575 partial notifications.Boris Grozev2013-07-102-12/+52
* Removes unnecessary log messages.hristoterezov2013-07-101-10/+0
* Fixes issue with error COIN packets. If error COIN packet is recieved it isn'...hristoterezov2013-07-1010-3/+208
* Refactor sending of RFC4575 NOTIFYs in order to avoid sending duplicatesBoris Grozev2013-07-102-65/+144
* Removes "ensureDefaultValuePresent" and getAccountProperty with Object signat...paweldomas2013-07-1017-121/+46
* Removes extra debug for Outlook address book plugin. Adds a thread collector ...Vincent Lucas2013-07-106-150/+206
* Restores the scroll bar(s) of the Web browser in the 'New version is availabl...Lyubomir Marinov2013-07-091-1/+1
* Adds isHidden and isPreferredProvider methods to AccountID.paweldomas2013-07-082-28/+36
* Ignore resource priority if it's null as well as emptyIngo Bauersachs2013-07-061-1/+3
* Make the OTR fingerprint selectableIngo Bauersachs2013-07-061-2/+5
* Corrects Outlook contact update identified by two different identifers.Vincent Lucas2013-07-052-5/+19
* Moves part that handles PopupMessageHandler OSGI services to abstract systray...paweldomas2013-07-043-142/+170
* Adds getServiceReferences utility method.paweldomas2013-07-041-0/+31
* Corrects Outlook plugin when setting several contact details with the same ca...Vincent Lucas2013-07-042-9/+18
* Removes some generics method declarations that are hitting some jdk bugs on b...Damian Minkov2013-07-032-2/+2
* Corrects memory leaks fro the Outlook address book plugin.Vincent Lucas2013-07-039-234/+220
* Makes the echo cancellation and noise reduction ConfigurationService properti...Lyubomir Marinov2013-07-031-7/+5
* Extracts AbstractSystrayService.paweldomas2013-07-023-134/+220
* Checks and fixes permissions of home folder and config file to be editable an...Damian Minkov2013-07-022-0/+74
* Makes it easier to switch to an alaternative Web browser in the 'New version ...Lyubomir Marinov2013-06-304-1115/+62
* Wraps long labels on words instead of characters in the H.264 configuration UI.Lyubomir Marinov2013-06-301-0/+1
* Adds Windows's system path variable to Ant's path variable on Windows version...Lyubomir Marinov2013-06-301-0/+1095
* Adds management of Outlook contact with multiple identifier. Corrects null po...Vincent Lucas2013-06-2720-1688/+2087
* Merge branch 'coin-refactor'Boris Grozev2013-06-2710-548/+2238
|\
| * Temporary disable the check for whether a conference-info document needs to b...Boris Grozev2013-06-271-0/+6
| * Improves exception handlingBoris Grozev2013-06-275-30/+73
| * Fix sending coin information for sip (temporary solution)Boris Grozev2013-06-271-12/+30
| * Removes unused codeBoris Grozev2013-06-271-102/+31
| * Adds javadocBoris Grozev2013-06-241-0/+12
| * Fix log messageBoris Grozev2013-06-241-2/+2
| * Moves ConferenceInfoDocument to the net.java.sip.communicator.service.protoco...Boris Grozev2013-06-245-5/+6
| * Adds commentsBoris Grozev2013-06-241-18/+68
| * Adds a MediaAwareCallPeer.getEntity() method in order to preserve previous be...Boris Grozev2013-06-246-34/+76
| * Adds comments, renames fieldsBoris Grozev2013-06-242-14/+60
| * Fix parsing of conference-info documentsBoris Grozev2013-06-241-1/+1
| * Fix converting ConferenceInfoDocument to XML. Fix setting a "state" child ele...Boris Grozev2013-06-222-13/+66
| * Fix XML formatBoris Grozev2013-06-221-1/+1