aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service
Commit message (Collapse)AuthorAgeFilesLines
* Move security events back from libjitsi as they are solely used here.Ingo Bauersachs2015-08-2311-13/+157
| | | | Corresponds to commit jitsi/libjitsi@263cc1e53e4d2ebd3f4762c42b2c27462b4d830c
* 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 ↵Lyubomir Marinov2015-07-202-4/+3
| | | | classes from .util.
* 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
| | | | | | | | Removed all references to using/requesting/storing a password, since client login authentication is now deprecated and there is no reason to believe that this is coming back any time soon. + a bit of fine-tuning in exception handling
* Removes msn protocol.damencho2015-07-162-170/+0
|
* Define ContactResource equality based on resourceName. (fixes OTR issue)Danny van Heumen2015-05-241-0/+31
| | | | | | | New ContactResource instances will be created after recovering from network connectivity loss. (Initiated by suspending the system.) UI behaviour fails because ContactResource instances themselves do not have the same reference address and no custom equality was defined.
* Implements OperationSetIncomingDTMF for XMPP, wired to receive events via ↵Boris Grozev2015-04-124-11/+178
| | | | RTP/RFC4733.
* Catches exceptions when executing notification actions in order not to stop ↵Damian Minkov2015-04-031-29/+36
| | | | subsequent action executions when one of the first fails.
* Adds OperationSetTelephonyBLF (Busy Lamp Field), can monitor lines and ↵Damian Minkov2015-04-013-0/+263
| | | | pickup calls if possible and sip implementation of the operation set using rfc4235.
* Changes a type for contact sources ot contact list type to a common one that ↵Damian Minkov2015-04-012-14/+2
| | | | is shown in the contactlist. Can be used to add dynamically custom contact source services to be displayed in the contactlist.
* 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
|\ | | | | Clean gtalk stuff
| * 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
|/ | | | data in it and transfer it to various part of the project.
* 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 ↵Damian Minkov2015-02-101-2/+13
| | | | CallEvent to be used.
* 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
| | | | | | | | | Increased the buffer to ensure that the buffer is reasonable sufficient for a reading back a decent conversation. The buffer value represents the number of chars of "user data" stored in the HTML document. I suspect things such as attribute data is also considered user data. Therefore there is quite a "penalty" on keeping the original message stored in an attribute, encoded in base64.
* Generates unique SSRC 'label' per audio stream to avoid set remote ↵paweldomas2014-12-291-1/+1
| | | | description failures when Jigasi joins the same conference multiple times.
* Uses the XMLUtils.newDocumentBuilderFactory() method to obtainBoris Grozev2014-12-291-5/+2
| | | | | DocumentBuilderFactories in order to have external entities and doctype declarations disabled while parsing.
* Adds JabberChatRoomMember interface.paweldomas2014-12-291-0/+26
|
* Adds an option to disable advanced configuration for accounts which do not ↵Damian Minkov2014-12-091-0/+10
| | | | need it.
* Adds debug messages.Damian Minkov2014-12-082-0/+10
|
* Merge branch 'sipgateway'paweldomas2014-12-082-1/+85
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/installer-exclude/fmj.jar lib/installer-exclude/ice4j.jar lib/installer-exclude/libjitsi.jar src/net/java/sip/communicator/impl/protocol/irc/IrcStack.java src/net/java/sip/communicator/impl/protocol/jabber/CallPeerMediaHandlerJabberImpl.java src/net/java/sip/communicator/impl/protocol/jabber/extensions/colibri/ColibriConferenceIQ.java src/net/java/sip/communicator/impl/protocol/jabber/extensions/jingle/CandidatePacketExtension.java src/net/java/sip/communicator/impl/protocol/jabber/jinglesdp/JingleUtils.java
| * Adds a method to Jitsi Meet tools operations set which allows to add ↵paweldomas2014-09-271-0/+8
| | | | | | | | protocol feature to the capabilities list of the protocol provider.
| * 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 ↵paweldomas2014-09-021-1/+32
| | | | | | | | SIP header in incoming calls.
| * Adds the operation set used by SIP gateway to handle operations specific to ↵paweldomas2014-09-021-0/+40
| | | | | | | | Jitsi Meet conference.
| * 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
| | | | | | | | This reverts commit b1e75a29614352a74693c838be234238aaa2fb0f.
* | 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 ↵Damian Minkov2014-11-182-0/+54
| | | | | | | | the history, and tests for the implementation.
* | 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
| | | | | | | | documentation)
* | Unknown commands now result in failed message delivery.Danny van Heumen2014-10-282-27/+42
| | | | | | | | | | | | | | | | | | To, for one, protect users from accidents and, for two, don't accidentally send "stupid messages" we do no longer send any messages starting with '/'. Instead it shows a message delivery failed message for error UNSUPPORTED_OPERATION. Reasoning is that the intended operation is either unsupported or unknown. In both cases there is no support for it, so let the user know.
* | Adds remove method.Damian Minkov2014-10-141-0/+23
| |
* | Allows access to the port tracker for media type "DATA" and to the default ↵Boris Grozev2014-10-071-13/+22
| | | | | | | | port tracker.
* | Fixes warnings.Lyubomir Marinov2014-09-301-60/+68
| |
* | Changed BasicInstantMessagingTransport to extend OperationSet directly.Danny van Heumen2014-09-301-2/+1
| | | | | | | | | | | | | | | | | | | | Based on my own doubts and Ingo's feedback I've decided to not base OperationSetBasicInstantMessagingTransport on OperationSetBasicInstantMessaging. Even though it doesn't make much sense to implement BasicInstantMessagingTransport and not BasicInstantMessaging. In theory we could at least query the characteristics if not actually use the protocol, so I've decided to extend OperationSet directly.
* | Clarification of concept of 'Transport' inDanny van Heumen2014-09-301-1/+3
| | | | | | | | OperationSetBasicInstantMessagingTransport.