aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes tests.Damian Minkov2013-07-021-0/+1
* Checks and fixes permissions of home folder and config file to be editable an...Damian Minkov2013-07-023-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
* Rebuilds jndirectshow.dll using GCC 4.8.1 (from mingw-builds).Lyubomir Marinov2013-06-302-0/+0
* Adds Windows's system path variable to Ant's path variable on Windows version...Lyubomir Marinov2013-06-302-3/+1102
* Adds management of Outlook contact with multiple identifier. Corrects null po...Vincent Lucas2013-06-2728-1688/+2087
* Update ZRTP libraryWerner Dittmann2013-06-271-0/+0
* 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
| * Fix setting of statusBoris Grozev2013-06-221-16/+36
| * Small bug fixesBoris Grozev2013-06-222-3/+7
| * Work in progress on implementing support for partial conference-info notifica...Boris Grozev2013-06-222-34/+274
| * Adds code to compare ConferenceInfoDocuments and only send notifications if d...Boris Grozev2013-06-211-3/+173
| * Adds more methods and javadoc to ConferenceInfoDocumentBoris Grozev2013-06-211-88/+425
| * Prevents sending of more than one COIN every 200ms to a specific CallPeerJabb...Boris Grozev2013-06-182-1/+63
| * Part of last commitBoris Grozev2013-06-182-15/+2
| * Updates handling of received conference-information documents. Uses the Confe...Boris Grozev2013-06-183-64/+120
| * Use "audio" and "video" instead of numeric id's for media elementsBoris Grozev2013-06-181-3/+1
| * Small fixesBoris Grozev2013-06-174-21/+38
| * Adds comments.Boris Grozev2013-06-171-7/+129
| * Makes sending of SIP Conference Information use the new architecture. Removes...Boris Grozev2013-06-172-215/+29
| * Makes sending of XMPP COINs use the new architecture, removes unused code.Boris Grozev2013-06-174-188/+84
| * Adds code to AbstractOperationSetTelephonyConferencing which describes aBoris Grozev2013-06-154-1/+257
| * Adds a class that represents an RFC4575 Conference Information document. Inte...Boris Grozev2013-06-151-0/+511
* | Dispatches contact source changes after query finishes, listeners are removed...Damian Minkov2013-06-261-4/+54
* | Adds contact presence listener to phone contact source, so we can update show...Damian Minkov2013-06-262-0/+93
* | Fixes quicker release of chat windows instances, does not wait for the latest...Damian Minkov2013-06-261-0/+7
* | Fixes PatternSyntaxException when dialing numbers containing '+'.Damian Minkov2013-06-251-2/+3
* | Fixes memory leak where open chat windows leak instances on reconnections.Damian Minkov2013-06-251-0/+1
* | Changes xmpp priority to be dependent on the presence status. Default values ...Damian Minkov2013-06-252-39/+126
* | Adds a global status method in the GlobalStatusService.yanas2013-06-254-105/+123
* | Revert "Corrects MetaContactImpl display name update: do not update the displ...Vincent Lucas2013-06-211-101/+1
* | Corrects MetaContactImpl display name update: do not update the display name ...Vincent Lucas2013-06-211-1/+101
* | Searches for display name no longer match part of number, now searching for e...Damian Minkov2013-06-211-1/+19
* | Fixes double checking for display name.Damian Minkov2013-06-211-1/+4
* | Fixes NPE for too quickly failing calls not displayed to user.Damian Minkov2013-06-211-1/+8
* | Compare OTR fingerprints case insensitively (close #8)Jim Radford2013-06-201-2/+3