aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update nist-bridge to 1.2Ingo Bauersachs2016-04-151-1/+1
| | | | | Fixes establishing SIP calls when the origin field is checked by the server (always had "null" for address and type).
* Update ice4j and jain-sip dependenciesIngo Bauersachs2016-04-121-4/+5
| | | | | | | | | | | | | | | | | * ice4j: v1.0 * jain-sip-api: move to FLOSS version from Opentelecoms (v1.2) * jain-sdp-api: move to FLOSS version from Opentelecoms (v1.0) * jain-sip-ri: jitsi branch with oss-only components, based on 1.2.279 (tag v1.2.279-jitsi-oss1) * sdp-nist-bridge: v1.1 These libraries are used as released on Maven Central. * Update OSGi manifests Now that jain-sip and ice4j are no longer directly bundled, import the required packages.
* Update weupnp and use directly as bundleIngo Bauersachs2016-04-121-1/+1
|
* Update dependenciesIngo Bauersachs2016-04-121-4/+4
| | | | | | * bccontrib: 1.0 is released on Central * jmork: 1.0.5 is released on Central * bcprov/bcpkix: 1.54 is a prerequisite for newer libjitsi
* Simplify buildIngo Bauersachs2016-04-121-79/+33
| | | | | | Some of our dependencies are already OSGi bundles. Copy them directly in one target. At a later time, this will allow us to resolve them with centrally from Maven instead of copying.
* Remove the Facebook protocol wizardIngo Bauersachs2016-02-281-13/+1
| | | | Facebook disabled their XMPP API. See also: https://developers.facebook.com/docs/chat
* Disable unchecked/rawtypes warnings to make build output readableIngo Bauersachs2015-10-051-4/+4
|
* Use OSGI'fied libjitsi and fmj@102+package=bundleIngo Bauersachs2015-08-291-23/+6
|
* Update sdes4j to official 1.1.3 release (includes proper OSGi metadata)Ingo Bauersachs2015-08-231-8/+1
|
* Update commons-codec to 1.6 (for sdes4j)Ingo Bauersachs2015-08-231-1/+1
|
* Adds template to store google api id and secret.damencho2015-07-201-1/+34
|
* Updates the license headers.Damian Minkov2015-07-201-1/+1
|
* Added browser launcher to hyperlink. Now opens the approval URL upon ↵Danny van Heumen2015-07-201-1/+1
| | | | clicking the hyperlink.
* Added automatic refresh token retrieval + secure storage in credentials store.Danny van Heumen2015-07-201-1/+1
| | | | | | | | | | | Google Contacts plugin now automatically requests initial access token and refresh token at token server. The refresh token is stored using the credentials store. And Activator is cleaned up a bit. To fix: 1. size of OAuth 2 approval dialog such that requested identity is clearly visible. 2. Automatically open web browser on Google OAuth 2 approval page.
* Working prototype OAuth 2 authentication for Google Contacts plugin.Danny van Heumen2015-07-201-0/+4
|
* Removes msn protocol.damencho2015-07-161-35/+0
|
* Introduces the Ant property dynamic.linking (for lack of better words) which ↵Lyubomir Marinov2015-05-281-15/+38
| | | | controls the bundling of dependent libraries (for OSGi bundles which choose to support it).
* Introduces the Ant property dynamic.linking (for lack of better words) which ↵Lyubomir Marinov2015-05-281-11/+19
| | | | controls the bundling of dependent libraries (for OSGi bundles which choose to support it).
* Moves the FFmpeg and G722 JNI libraries from libjitsi to ↵Lyubomir Marinov2015-05-271-0/+1
| | | | jitsi-lgpl-dependencies because they statically link to LGPL objects.
* Updates tests always-trust mode settings.Damian Minkov2015-05-041-5/+0
|
* Disables certificate checking during performing tests.Damian Minkov2015-05-041-0/+5
|
* Adds plugin that adds contact source services (groups to the contact list) ↵Damian Minkov2015-04-011-0/+10
| | | | with the monitored lines of OperationSetTelephonyBLF. Adds custom action button to pickup calls is possible.
* Fixes compilation error, and increase required version for launcher (one ↵Damian Minkov2015-02-041-2/+2
| | | | version older than the used in the project).
* Escape html entities for plain text messages in notifications.Danny van Heumen2015-01-251-1/+1
|
* Stops msn protocol from building and starting.Damian Minkov2014-11-251-2/+2
|
* Moved IRC command implementations to separate plugin package: irccommandsDanny van Heumen2014-11-201-1/+11
|
* Does not include the class files from the protocol.media package in the ↵Boris Grozev2014-10-071-1/+4
| | | | protocol bundle.
* Different approach to (plain text) chat message processing.Danny van Heumen2014-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This modification fixes issues w.r.t. message caused by loss of styling due to opening/closing <plaintext> tags. Additionally it simplifies html / plain text message handling and text replacement. Implemented a different approach to ChatMessage processing. This new implementation strictly watches for the moment when a chat message (possibly HTML already, but might also be plain text) is definitely converted into HTML. This happens when certain processing steps are taken. As soon as these processing steps are taken, the approach changes into HTML by default and every piece of text that still is plain text will be HTML-escaped. Just before appending the new text message to the (HTML) chat document, we always have HTML "text" and as soon as a processing step is used of which we know that it definitely converts to HTML, we start using the HTML content type. This also means that on a number of occasions we have removed the contentType parameter, since we already know or have this information. Since we now know for sure that from a certain moment on, we are strictly dealing with HTML "text" and we also know that everything plain text will be HTML-escaped, we can adopt a different plain text search pattern (TEXT_TO_REPLACE_PATTERN). This search approach searches for all text in between lesser than (<) and greater than (>) signs, since we can be sure that that is normal (escaped) text. We unescape these pieces of text before running through the replacement services such that they can behave as they always have. This shouldn't break (much of) the Replacement Services implementations. Also check and tag hyperlinks for HTML messages. Added dependency to Apache Commons Lang to swing-ui. Removed option skipSmiley. It is not needed anymore, now that hyperlink hrefs aren't found anymore.
* Merge branch 'master' into webstartBoris Grozev2014-08-231-4/+15
|\
| * Add bundle-irc-api to all bundles target.Danny van Heumen2014-07-301-1/+1
| |
| * Converted irc-api library to OSGi bundle.Danny van Heumen2014-07-301-2/+6
| |
| * Replaced slf4j simple logger with jdk14 logger.Danny van Heumen2014-07-301-1/+1
| |
| * Fix incorrect indent.Danny van Heumen2014-07-301-4/+3
| |
| * tweaks to the configurationDanny van Heumen2014-07-301-6/+6
| |
| * Moved slf4j-{api,simple} into separate bundle.Danny van Heumen2014-07-301-7/+9
| |
| * Minimal IRC stack set-up.Danny van Heumen2014-07-301-0/+6
| |
| * Intermediate commit to save clean up (not currently working right now)Danny van Heumen2014-07-301-1/+1
| |
* | Merge branch 'master' into webstartBoris Grozev2014-08-071-2/+2
|\ \ | |/ | | | | | | Conflicts: .gitignore
| * Updates BouncyCastle to v1.51. Fixes issues with certain DTLS cipher suites. ↵Lyubomir Marinov2014-07-291-2/+2
| | | | | | | | Supports DTLS v1.2.
* | Merge branch 'master' into webstartEmil Ivov2014-07-101-39/+79
|\ \ | |/
| * Fixes several issues when building deb-src, missing classes.Damian Minkov2014-07-081-25/+24
| |
| * Adds option to set custom logging config file for tests target.Damian Minkov2014-07-031-1/+7
| |
| * Adding connection information frame. Patch provided by Markus Kilås.Damian Minkov2014-07-011-0/+10
| |
| * Separates phone number service, to be a service in separate bundle and ↵Damian Minkov2014-04-101-1/+12
| | | | | | | | improves the number matching when searching for phone numbers.
| * Adds CalendarService implementation. The Calendar service calculates the ↵hristoterezov2014-04-021-0/+2
| | | | | | | | free busy status based on outlook meetings.
| * Removes a reference to Google Talk which is no longer supported.Lyubomir Marinov2014-02-211-4/+0
| |
| * Updates run target in order to be able to start using java 1.7 under macosx ↵Damian Minkov2014-02-181-5/+11
| | | | | | | | without error during initialization of VM.
| * Fixes the sending of RTCP feedback messages to support Full Intra Refresh ↵Lyubomir Marinov2014-02-181-2/+2
| | | | | | | | (FIR). Updates bouncycastle to 1.50. Allows getting the complexity set on the Opus encoder (for debugging/informational purposes).
| * Implements user search contact source.hristoterezov2014-02-111-1/+11
| |
* | Webstart-launcher (with HUGE hacks)Ingo Bauersachs2014-02-031-1/+1
|/