aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service
Commit message (Expand)AuthorAgeFilesLines
* Move security events back from libjitsi as they are solely used here.Ingo Bauersachs2015-08-2311-13/+157
* Correctly set SIP display names (Closes #134)Ingo Bauersachs2015-08-081-24/+2
* Fixes compilation in some environments.bgrozev2015-07-291-16/+17
* Catch ExceptionInInitializerError for better traceability of programming errors.Danny van Heumen2015-07-301-2/+7
* Avoids compiling (certain) classes from .plugin.desktop when compiling classe...Lyubomir Marinov2015-07-202-4/+3
* Updates the license headers.Damian Minkov2015-07-20544-1156/+7257
* Removed notion of a 'password' from Google Contacts implementation.Danny van Heumen2015-07-202-19/+7
* Removes msn protocol.damencho2015-07-162-170/+0
* Define ContactResource equality based on resourceName. (fixes OTR issue)Danny van Heumen2015-05-241-0/+31
* Implements OperationSetIncomingDTMF for XMPP, wired to receive events via RTP...Boris Grozev2015-04-124-11/+178
* Catches exceptions when executing notification actions in order not to stop s...Damian Minkov2015-04-031-29/+36
* Adds OperationSetTelephonyBLF (Busy Lamp Field), can monitor lines and pickup...Damian Minkov2015-04-013-0/+263
* Changes a type for contact sources ot contact list type to a common one that ...Damian Minkov2015-04-012-14/+2
* Adds OperationSetTelephonyPark and a sip implementation of the operation set.Damian Minkov2015-03-191-0/+41
* Merge pull request #68 from jitsi/clean-gtalk-stuffbgrozev2015-02-232-27/+0
|\
| * Removes the "google ICE" option from the GUI, and some Gtalk-related code.Boris Grozev2015-02-132-27/+0
* | Updates call object to be data one, this way it will be able to store custom ...Damian Minkov2015-02-131-0/+3
|/
* Adds custom header to indicate screen sharing initiated calls.Damian Minkov2015-02-101-0/+25
* Adds fireCallEvent by CallEvent, so it can be overridden and a custom CallEve...Damian Minkov2015-02-101-2/+13
* Adds method for removing feature support to Jitsi Meet tools operation set.paweldomas2015-01-151-0/+8
* Work-in-progress on MUC member presence.Danny van Heumen2015-01-122-0/+16
* Adds room password to Jitsi Meet tools.paweldomas2015-01-071-1/+4
* Increased chat message buffer from 3000 to 50000.Danny van Heumen2015-01-041-1/+1
* Generates unique SSRC 'label' per audio stream to avoid set remote descriptio...paweldomas2014-12-291-1/+1
* Uses the XMLUtils.newDocumentBuilderFactory() method to obtainBoris Grozev2014-12-291-5/+2
* Adds JabberChatRoomMember interface.paweldomas2014-12-291-0/+26
* Adds an option to disable advanced configuration for accounts which do not ne...Damian Minkov2014-12-091-0/+10
* Adds debug messages.Damian Minkov2014-12-082-0/+10
* Merge branch 'sipgateway'paweldomas2014-12-082-1/+85
|\
| * Adds a method to Jitsi Meet tools operations set which allows to add protocol...paweldomas2014-09-271-0/+8
| * Adds file transfer for multimedia msgs to operation set sms.Damian Minkov2014-09-081-0/+19
| * Extends JitsiMeet tools operation set by functionality that handles extra SIP...paweldomas2014-09-021-1/+32
| * Adds the operation set used by SIP gateway to handle operations specific to J...paweldomas2014-09-021-0/+40
| * Handles unsupported 'data' media type when processing jingle offer.paweldomas2014-09-021-1/+6
* | Revert "Disable XML external entities before parsing."Boris Grozev2014-12-041-4/+1
* | Disable XML external entities before parsing.Boris Grozev2014-12-041-1/+4
* | Localize chat room member rolesIngo Bauersachs2014-11-271-9/+16
* | Add API to erase the call historyIngo Bauersachs2014-11-271-0/+9
* | Make SIP handle tel: URIs as wellIngo Bauersachs2014-11-241-3/+3
* | Handles local xmpp contact resources.Damian Minkov2014-11-181-0/+13
* | Adds advanced msg history service, to allow plugins to insert messages into t...Damian Minkov2014-11-182-0/+54
* | Formatting.Damian Minkov2014-11-181-26/+47
* | Formatting.Damian Minkov2014-11-181-8/+13
* | Fix NPE: Don't continue if chat room wrapper is null. (+ updatedDanny van Heumen2014-11-021-1/+2
* | Unknown commands now result in failed message delivery.Danny van Heumen2014-10-282-27/+42
* | Adds remove method.Damian Minkov2014-10-141-0/+23
* | Allows access to the port tracker for media type "DATA" and to the default po...Boris Grozev2014-10-071-13/+22
* | Fixes warnings.Lyubomir Marinov2014-09-301-60/+68
* | Changed BasicInstantMessagingTransport to extend OperationSet directly.Danny van Heumen2014-09-301-2/+1
* | Clarification of concept of 'Transport' inDanny van Heumen2014-09-301-1/+3