aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/protocol
Commit message (Expand)AuthorAgeFilesLines
* Fix Voicemail URI editing in UIIngo Bauersachs2017-02-281-12/+26
* Updates libjitsi and sends hole punch packets for audio.damencho2017-02-072-5/+46
* Adds a property to enable rtpTranslator for conferences.damencho2017-01-184-5/+70
* BLF: Enable plugin and add workaround for AsteriskIngo Bauersachs2017-01-151-1/+17
* Ignore all unknown MediaTypesIngo Bauersachs2017-01-071-10/+1
* Remove unused and long deprecated methodIngo Bauersachs2017-01-072-24/+0
* Add hashCode to classes overriding equalsIngo Bauersachs2017-01-073-0/+20
* Adds BOSH_URL property to JabberAccountIDpaweldomas2016-12-281-0/+29
* Remove Yahoo protocolIngo Bauersachs2016-10-244-235/+2
* Add 'removePresenceExtension' to OperationSetJitsiMeetToolspaweldomas2016-08-231-0/+11
* code clean up (#277)Nik2016-07-052-79/+83
* Prepare for the message MediaTypeIngo Bauersachs2016-05-171-1/+1
* Updates the license headersIngo Bauersachs2016-05-172-4/+26
* Validate protocol addresses before creating a contactIngo Bauersachs2016-05-172-0/+30
* Remove superfluous method definitionIngo Bauersachs2016-05-171-7/+0
* Format phone number in tooltipsIngo Bauersachs2016-05-171-0/+10
* Update ice4j and jain-sip dependenciesIngo Bauersachs2016-04-121-1/+0
* Remove the Facebook protocol wizardIngo Bauersachs2016-02-281-5/+0
* Normalize line endingsIngo Bauersachs2016-02-281-1083/+1083
* Converts CRLF line endings to LF, as suggested by @champtar.Boris Grozev2016-02-2312-5605/+5605
* Typo fixesmksh2015-11-111-6/+8
* Introduce SmackProxy for abstracting different Smack implementations (3 and 4)mksh2015-11-101-0/+139
* Merge pull request #154 from iant-gmbh/masterIngo Bauersachs2015-10-051-0/+21
|\
| * Added abbility to set option FORCE_PROXY_BYPASS via SipAccountClaas Beyersdorf2015-09-231-0/+21
* | Merge pull request #51 from dpocock/sip-call-without-registrationIngo Bauersachs2015-10-043-0/+25
|\ \ | |/ |/|
| * Adapt high-level API to allow calls without registrationDaniel Pocock2014-08-093-0/+25
* | Follow libjitsi move of DTMFtone from protocol to neomediaIngo Bauersachs2015-08-233-3/+2
* | Use MediaException for QualityControl error handlingIngo Bauersachs2015-08-232-4/+2
* | Remove MSN protocol leftoversIngo Bauersachs2015-08-231-1/+0
* | 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
* | Updates the license headers.Damian Minkov2015-07-20299-602/+3966
* | 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
* | Adds OperationSetTelephonyBLF (Busy Lamp Field), can monitor lines and pickup...Damian Minkov2015-04-013-0/+263
* | 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
* | 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