Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Uses server responses when sending messages to generate delivery reports for ↵ | Damian Minkov | 2013-08-27 | 1 | -0/+24 |
| | | | | those messages. | ||||
* | Adds ConferenceDescription and ConferenceDescriptionPacketExtension classes. | Boris Grozev | 2013-08-23 | 2 | -0/+251 |
| | | | | | Adds a publishConference(ConferenceDescription) method to the ChatRoom interface. | ||||
* | Fixed saving list of ids in multi user chat config form. | Damian Minkov | 2013-08-19 | 1 | -0/+12 |
| | |||||
* | Fixes a couple of NPEs | Boris Grozev | 2013-08-15 | 1 | -4/+3 |
| | |||||
* | Fix an NPE if we try to generate conference-info for a CallPeer without a Call | Boris Grozev | 2013-08-14 | 1 | -0/+3 |
| | |||||
* | When a change in made from video from a camera to desktop streaming (or vice | Boris Grozev | 2013-08-14 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | versa) it is necessary to explicitly change the video device of the Call. Otherwise, the Call's default device doesn't change. In OpSetVideoTelephony this was done any time video is enabled/disabled, and this resulted in unnecessary changes of the MediaStream device from one wrapper of the camera device to another. This in turn sometimes led (for an unknown reason) to the camera light being turned on when it is not used, and in some cases to a JVM crash. This commit resets the video device of a Call when its use case changes. This avoids doing the same in OpSetVideoTelephony when video is enabled/disabled, and assures that the device is changed with every change of the use case, and only when the use case changes. | ||||
* | Fixes an issue with notification sounds which could prevent their entire or ↵ | Lyubomir Marinov | 2013-08-14 | 1 | -19/+17 |
| | | | | partial playback. Sorts the table depicting the notification configuration by description by default (and allows sorting by column in general). | ||||
* | Removes a couple of System.out.println() uses. | Lyubomir Marinov | 2013-08-12 | 2 | -3/+1 |
| | |||||
* | Fixes issues with the switching between webcam and desktop streaming/sharing ↵ | Lyubomir Marinov | 2013-08-12 | 4 | -28/+47 |
| | | | | in (one-to-one, Jitsi-hosted conference and conferences utilizing the Jitsi VideoBridge server-side technology) video calls. | ||||
* | Don't fail while retrieving PP when the service is unregistered | Ingo Bauersachs | 2013-08-10 | 1 | -1/+14 |
| | |||||
* | Fixes issue with loading auto answer properties, reported by William Roush. | Damian Minkov | 2013-08-09 | 1 | -3/+0 |
| | |||||
* | Attempts to fix forgotten password problem on account reload. | paweldomas | 2013-08-08 | 2 | -2/+13 |
| | |||||
* | Fixes an issue with the representation of the | Boris Grozev | 2013-08-08 | 1 | -15/+40 |
| | | | | local peer in conference-info documents. | ||||
* | Fixes aspect ratio-related issues in desktop (and webcam) streaming. | Lyubomir Marinov | 2013-08-07 | 1 | -1/+0 |
| | |||||
* | Set video direction to INACTIVE when using local hold, because currently we ↵ | Boris Grozev | 2013-08-05 | 1 | -2/+7 |
| | | | | cannot mute video streams | ||||
* | Set stream directions to INACTIVE when using local hold in a conference. | Boris Grozev | 2013-08-05 | 1 | -10/+13 |
| | |||||
* | Handles local hold when a videobridge is in use | Boris Grozev | 2013-08-05 | 1 | -2/+2 |
| | |||||
* | Fixes warnings. | Lyubomir Marinov | 2013-08-01 | 1 | -1/+2 |
| | |||||
* | Corrects error at Outlook COM server startup, when Outlook is installed but ↵ | Vincent Lucas | 2013-07-26 | 1 | -0/+14 |
| | | | | no account is configured. Try to speed up Outlook entry ID resolution. Gets and logs Outlook version. | ||||
* | Uses the 'on-hold' endpoint status type when describing in a conference-info ↵ | Boris Grozev | 2013-07-26 | 1 | -0/+11 |
| | | | | document CallPeer-s which have a REMOTELY_ON_HOLD status. | ||||
* | Adds default constructor to JabberAccountID in order to fix serialization ↵ | paweldomas | 2013-07-23 | 1 | -0/+8 |
| | | | | error of JabberAccountRegistration. | ||||
* | Reverts b7357da857bb6e2deda0f490df73f89445bca97e as it actually | Boris Grozev | 2013-07-22 | 1 | -2/+1 |
| | | | | stops hole-punch packets from the focus to the videobridge. | ||||
* | Don't try to send hole-punch packets to peers for which we use a | Boris Grozev | 2013-07-22 | 1 | -1/+2 |
| | | | | jitsi-videobridge. | ||||
* | Fixes call buttons behaviour if provider info is missing and preferred ↵ | Damian Minkov | 2013-07-18 | 1 | -0/+8 |
| | | | | protocol is set. | ||||
* | Fixes ClassCastException on Android in AbstractSystrayService. | paweldomas | 2013-07-18 | 1 | -0/+7 |
| | |||||
* | When a ConferenceMember is removed from a conference with a | Boris Grozev | 2013-07-18 | 1 | -0/+29 |
| | | | | | | | | | | | Jitsi-videobridge, an RTCP BYE packet is not always sent. Therefore, if the ConferenceMember had an associated video SSRC, the stream isn't be removed until it times out, leaving a blank video container in the interface for a few seconds. This works around the problem by removing the ConferenceMember's ReceiveStream when the ConferenceMember is removed. The proper solution is to ensure that RTCP BYEs are sent whenever necessary, and when it is deployed this code should be removed. | ||||
* | Adds a CALL_PARTICIPANTS_CHANGE type for CallChangeEvent-s and fires events | Boris Grozev | 2013-07-17 | 5 | -3/+22 |
| | | | | with this type when content-modify or content-remove is received. | ||||
* | Adds optional timeout to PopupMessageNotificationAction and PopupMessage. | paweldomas | 2013-07-16 | 3 | -2/+64 |
| | |||||
* | Updates getting the direction of a CallPeer for use in conference-info documents | Boris Grozev | 2013-07-16 | 2 | -33/+34 |
| | |||||
* | Don't choke on internationalized strings ending in an ampersand | Boris Grozev | 2013-07-15 | 1 | -5/+9 |
| | |||||
* | Adds volume to RFC4733 dtmf packets and handling of an account property to ↵ | Damian Minkov | 2013-07-12 | 2 | -2/+212 |
| | | | | change default value. Changes the default minimum tone duration. | ||||
* | Fix comparison of strings | Boris Grozev | 2013-07-12 | 1 | -1/+1 |
| | |||||
* | Improves setting of attributes/elements in ConferenceInfoDocument | Boris Grozev | 2013-07-11 | 2 | -24/+50 |
| | |||||
* | Adds optional use of RFC4575 partial notifications if the | Boris Grozev | 2013-07-11 | 2 | -44/+223 |
| | | | | | | | RFC4575_PARTIAL_NOTIFICATIONS_ENABLED account property is set to true (the default is disabled, that is "full" documents are sent). Refactors handling of ConferenceInfoDocument's. | ||||
* | Prevents more than one conference-info NOTIFY being sent to a single SIP ↵ | Boris Grozev | 2013-07-10 | 1 | -1/+39 |
| | | | | CallPeer in an interval of 200ms | ||||
* | Handle RFC4575 partial notifications. | Boris Grozev | 2013-07-10 | 1 | -11/+51 |
| | |||||
* | Fixes issue with error COIN packets. If error COIN packet is recieved it ↵ | hristoterezov | 2013-07-10 | 6 | -2/+130 |
| | | | | isn't handled as normal COIN packet anymore, jitsi only displays systray popup message with the error, logs the error and displays error text in the peer panel. | ||||
* | Removes "ensureDefaultValuePresent" and getAccountProperty with Object ↵ | paweldomas | 2013-07-10 | 2 | -51/+3 |
| | | | | signature from AccountID. | ||||
* | Adds isHidden and isPreferredProvider methods to AccountID. | paweldomas | 2013-07-08 | 1 | -0/+34 |
| | |||||
* | Moves part that handles PopupMessageHandler OSGI services to abstract ↵ | paweldomas | 2013-07-04 | 2 | -1/+167 |
| | | | | systray impl. | ||||
* | Removes some generics method declarations that are hitting some jdk bugs on ↵ | Damian Minkov | 2013-07-03 | 1 | -1/+1 |
| | | | | build system (http://bugs.sun.com/view_bug.do?bug_id=6932571). | ||||
* | Extracts AbstractSystrayService. | paweldomas | 2013-07-02 | 2 | -0/+202 |
| | |||||
* | Merge branch 'coin-refactor' | Boris Grozev | 2013-06-27 | 4 | -62/+1939 |
|\ | |||||
| * | Improves exception handling | Boris Grozev | 2013-06-27 | 2 | -28/+52 |
| | | |||||
| * | Moves ConferenceInfoDocument to the ↵ | Boris Grozev | 2013-06-24 | 2 | -0/+1274 |
| | | | | | | | | net.java.sip.communicator.service.protocol.media package. | ||||
| * | Adds a MediaAwareCallPeer.getEntity() method in order to preserve previous ↵ | Boris Grozev | 2013-06-24 | 2 | -32/+47 |
| | | | | | | | | behaviour | ||||
| * | Adds comments, renames fields | Boris Grozev | 2013-06-24 | 2 | -14/+60 |
| | | |||||
| * | Small bug fixes | Boris Grozev | 2013-06-22 | 1 | -1/+1 |
| | | |||||
| * | Work in progress on implementing support for partial conference-info ↵ | Boris Grozev | 2013-06-22 | 1 | -11/+126 |
| | | | | | | | | notifications on the receiving side | ||||
| * | Adds code to compare ConferenceInfoDocuments and only send notifications if ↵ | Boris Grozev | 2013-06-21 | 1 | -3/+173 |
| | | | | | | | | differences are found. |