aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service
Commit message (Expand)AuthorAgeFilesLines
* Uses server responses when sending messages to generate delivery reports for ...Damian Minkov2013-08-271-0/+24
* Adds ConferenceDescription and ConferenceDescriptionPacketExtension classes.Boris Grozev2013-08-232-0/+251
* Fixed saving list of ids in multi user chat config form.Damian Minkov2013-08-191-0/+12
* Fixes a couple of NPEsBoris Grozev2013-08-151-4/+3
* Fix an NPE if we try to generate conference-info for a CallPeer without a CallBoris Grozev2013-08-141-0/+3
* When a change in made from video from a camera to desktop streaming (or viceBoris Grozev2013-08-142-1/+8
* Fixes an issue with notification sounds which could prevent their entire or p...Lyubomir Marinov2013-08-141-19/+17
* Removes a couple of System.out.println() uses.Lyubomir Marinov2013-08-122-3/+1
* Fixes issues with the switching between webcam and desktop streaming/sharing ...Lyubomir Marinov2013-08-124-28/+47
* Don't fail while retrieving PP when the service is unregisteredIngo Bauersachs2013-08-101-1/+14
* Fixes issue with loading auto answer properties, reported by William Roush.Damian Minkov2013-08-091-3/+0
* Attempts to fix forgotten password problem on account reload.paweldomas2013-08-082-2/+13
* Fixes an issue with the representation of theBoris Grozev2013-08-081-15/+40
* Fixes aspect ratio-related issues in desktop (and webcam) streaming.Lyubomir Marinov2013-08-071-1/+0
* Set video direction to INACTIVE when using local hold, because currently we c...Boris Grozev2013-08-051-2/+7
* Set stream directions to INACTIVE when using local hold in a conference.Boris Grozev2013-08-051-10/+13
* Handles local hold when a videobridge is in useBoris Grozev2013-08-051-2/+2
* Fixes warnings.Lyubomir Marinov2013-08-011-1/+2
* Corrects error at Outlook COM server startup, when Outlook is installed but n...Vincent Lucas2013-07-261-0/+14
* Uses the 'on-hold' endpoint status type when describing in a conference-info ...Boris Grozev2013-07-261-0/+11
* Adds default constructor to JabberAccountID in order to fix serialization err...paweldomas2013-07-231-0/+8
* Reverts b7357da857bb6e2deda0f490df73f89445bca97e as it actuallyBoris Grozev2013-07-221-2/+1
* Don't try to send hole-punch packets to peers for which we use aBoris Grozev2013-07-221-1/+2
* Fixes call buttons behaviour if provider info is missing and preferred protoc...Damian Minkov2013-07-181-0/+8
* Fixes ClassCastException on Android in AbstractSystrayService.paweldomas2013-07-181-0/+7
* When a ConferenceMember is removed from a conference with aBoris Grozev2013-07-181-0/+29
* Adds a CALL_PARTICIPANTS_CHANGE type for CallChangeEvent-s and fires eventsBoris Grozev2013-07-175-3/+22
* Adds optional timeout to PopupMessageNotificationAction and PopupMessage.paweldomas2013-07-163-2/+64
* Updates getting the direction of a CallPeer for use in conference-info documentsBoris Grozev2013-07-162-33/+34
* Don't choke on internationalized strings ending in an ampersandBoris Grozev2013-07-151-5/+9
* Adds volume to RFC4733 dtmf packets and handling of an account property to ch...Damian Minkov2013-07-122-2/+212
* Fix comparison of stringsBoris Grozev2013-07-121-1/+1
* 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
* Prevents more than one conference-info NOTIFY being sent to a single SIP Call...Boris Grozev2013-07-101-1/+39
* Handle RFC4575 partial notifications.Boris Grozev2013-07-101-11/+51
* Fixes issue with error COIN packets. If error COIN packet is recieved it isn'...hristoterezov2013-07-106-2/+130
* Removes "ensureDefaultValuePresent" and getAccountProperty with Object signat...paweldomas2013-07-102-51/+3
* Adds isHidden and isPreferredProvider methods to AccountID.paweldomas2013-07-081-0/+34
* Moves part that handles PopupMessageHandler OSGI services to abstract systray...paweldomas2013-07-042-1/+167
* Removes some generics method declarations that are hitting some jdk bugs on b...Damian Minkov2013-07-031-1/+1
* Extracts AbstractSystrayService.paweldomas2013-07-022-0/+202
* Merge branch 'coin-refactor'Boris Grozev2013-06-274-62/+1939
|\
| * Improves exception handlingBoris Grozev2013-06-272-28/+52
| * Moves ConferenceInfoDocument to the net.java.sip.communicator.service.protoco...Boris Grozev2013-06-242-0/+1274
| * Adds a MediaAwareCallPeer.getEntity() method in order to preserve previous be...Boris Grozev2013-06-242-32/+47
| * Adds comments, renames fieldsBoris Grozev2013-06-242-14/+60
| * Small bug fixesBoris Grozev2013-06-221-1/+1
| * Work in progress on implementing support for partial conference-info notifica...Boris Grozev2013-06-221-11/+126
| * Adds code to compare ConferenceInfoDocuments and only send notifications if d...Boris Grozev2013-06-211-3/+173