aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* Update zrtp4jIngo Bauersachs2017-01-151-1/+1
| | | | | | | Closes #303 jitsi/zrtp4j@beb6723b2e13e27710e38ea9b64f2da8d9a395a3 Local build
* Update librariesIngo Bauersachs2017-01-141-2/+2
| | | | | | | | | | | jitsi/ice4j@cefd96450947bad93eff9d4b5fc95af25dcb9ae3 Jenkins build 302 jitsi/libjitsi@48ce8b6848a6ed76f9e80045f29a7f4940230e28 Jenkins build 211 jitsi/jitsi-lgpl-dependencies@a747366e838b623a2c79cb4fefc120d2fc8990e7 local build
* Update libjitsiIngo Bauersachs2017-01-071-1/+1
| | | | | Jenkins build 912 jitsi/libjitsi@8363e20e523aaa117250e40886e9f086f73a0245
* Update libjitsiIngo Bauersachs2017-01-031-1/+1
| | | | | | | Closes #113, #213 Jenkins build 907 jitsi/libjitsi@dbd426a43adee604795b2a83de16643f1cb6f8d2
* Update libjitsiIngo Bauersachs2016-12-281-1/+1
| | | | | | | Fix media issue (jitsi/libjitsi#225) Jenkins build 901 jitsi/libjitsi@c734e89ab7d20e1da883ec98e326d628aa69efe6
* Update libjitsiIngo Bauersachs2016-12-271-1/+1
| | | | | | | Add support for RFC4566/RFC6466 media types Jenkins build 898 jitsi/libjitsi@2d067d45d916fe1d792bfb204159fbf25011db4f
* Remove missed Yahoo protocol references (#301)Lucas Murray2016-11-111-1/+0
|
* Fix classpath after updating ice4j and libjitsiIngo Bauersachs2016-07-161-2/+2
|
* Revert "Remove unused hexdump library"Ingo Bauersachs2016-06-071-0/+1
| | | | This reverts commit 6ebeb9189f578eee78d3a930a2bbb67bdfe9b0e6.
* Revert "Remove unix socket, it isn't used anywhere"Ingo Bauersachs2016-06-071-0/+1
| | | | This reverts commit 5d6893eb92e2b1a210e5acb851d9a6fb5f3b82fb.
* Remove unix socket, it isn't used anywhereIngo Bauersachs2016-06-041-1/+0
|
* Remove SwingWorker library, it is included in Java 7Ingo Bauersachs2016-06-041-1/+0
|
* Remove jfontchooserIngo Bauersachs2016-06-041-1/+0
| | | | It wasn't used anywhere anymore.
* Remove profiler4jIngo Bauersachs2016-06-041-1/+0
| | | | | It doesn't work anymore and there are other, non-invasive tools available.
* Remove unused hexdump libraryIngo Bauersachs2016-06-041-1/+0
|
* Remove the ssh protocolIngo Bauersachs2016-06-041-2/+0
| | | | It has been abandoned since Oct. 2010
* Remove dict protocolIngo Bauersachs2016-06-041-1/+0
| | | | It has been abandoned since Oct. 2010
* Update dnsjava to stock 2.1.7 and make sure it is only loaded onceIngo Bauersachs2016-05-281-1/+2
|
* Update nist-bridge to 1.2Ingo Bauersachs2016-04-151-3/+3
| | | | | 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/+0
|
* Update dependenciesIngo Bauersachs2016-04-121-3/+3
| | | | | | * 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
* Use OSGI'fied libjitsi and fmj@102+package=bundleIngo Bauersachs2015-08-291-2/+2
|
* Update sdes4j to official 1.1.3 release (includes proper OSGi metadata)Ingo Bauersachs2015-08-231-1/+1
|
* Update commons-codec to 1.6 (for sdes4j)Ingo Bauersachs2015-08-231-1/+1
|
* Working prototype OAuth 2 authentication for Google Contacts plugin.Danny van Heumen2015-07-201-0/+4
|
* Removes msn protocol.damencho2015-07-161-1/+0
|
* Mostly complete implementation of IRC v3 capability negotiation and SASL ↵Danny van Heumen2015-04-031-0/+1
| | | | | | | | | | | | | | | | | authentication. This commit implements IRC v3 capability negotiation. A client configuration option is provided to explicitly enable/disable IRC v3. IRCv3 support will be enabled by default and may be enabled in specific cases when IRC v3 support is explicitly not allowed. In case IRC v3 support is enabled, we will in all cases trigger capability negotiation, though at this time, if we do not want to negotiate for SASL authentication, there is no extension to negotiate for. In that case we will issue CAP END to ensure that IRC server knows of our IRC v3 capabilities but do not engage in actual capability negotiation. If we do not issue any command, there is a chance that an IRC server will downgrade interoperation capabilities to the original RFC1459 feature set.
* Cleaned up old pircbot library. Added irc-api sources. Some formatting.Danny van Heumen2014-07-301-6/+1
|
* Removed CLASSPATH_ATTR_LIBRARY_PATH_ENTRY from .classpathDanny van Heumen2014-07-301-1/+0
|
* Added irc-api libraries to classpath. (Previously also fixed a raceDanny van Heumen2014-07-301-0/+5
| | | | condition, however this changes were undone)
* Intermediate commit to save clean up (not currently working right now)Danny van Heumen2014-07-301-0/+1
|
* Updates BouncyCastle to v1.51. Fixes issues with certain DTLS cipher suites. ↵Lyubomir Marinov2014-07-291-1/+1
| | | | Supports DTLS v1.2.
* Separates phone number service, to be a service in separate bundle and ↵Damian Minkov2014-04-101-0/+1
| | | | improves the number matching when searching for phone numbers.
* Fixes the sending of RTCP feedback messages to support Full Intra Refresh ↵Lyubomir Marinov2014-02-181-1/+1
| | | | (FIR). Updates bouncycastle to 1.50. Allows getting the complexity set on the Opus encoder (for debugging/informational purposes).
* satisfyes stupid git whimsEmil Ivov2014-01-261-1/+1
|
* ConfigService based on HSQLDB (through JDBC)Ingo Bauersachs2014-01-121-3/+4
|
* Update Google Collections RC1 to Guava 15Ingo Bauersachs2014-01-121-1/+1
|
* Update log4j to 1.2.17Ingo Bauersachs2013-12-081-1/+1
|
* Remove RSS protocolIngo Bauersachs2013-12-081-3/+0
|
* Property editor search field is now case insensitive and searching by value ↵Marin2013-12-061-0/+1
| | | | is possible.
* Allows finer control over the generation of synchronization source (SSRC) ↵Lyubomir Marinov2013-11-241-1/+1
| | | | identifiers.
* Adds the possibility to edit account details. Patch provided by Marinyanas2013-11-121-0/+1
| | | Dzhigarov on dev (Nov 8, 2013).
* Adds support for DTLS-SRTP with SIP.Lyubomir Marinov2013-10-031-1/+1
|
* Remove jdic stubs from classpathIngo Bauersachs2013-06-121-4/+0
|
* Fixes wrong path committed by mistake.Damian Minkov2013-06-111-1/+1
|
* Removes jdic dependency used for java 1.5 campatibility.Damian Minkov2013-06-111-3/+2
| | | | | Removes duplicate lib commons-logging. Update deb-src build target to fix clean procedure to run building package twice, updates the use of the debian povided bouncycastle lib.
* Defines a default location for libjitsi and iceEmil Ivov2013-05-221-1/+1
|
* Creates authenticate windows service that will create the dialog and will ↵Damian Minkov2013-05-181-92/+92
| | | | | | | | show it to user used with different impl on android and desktop. Expose some common functionality in httputil and reuse it in xcap implementation in sip provider. Wraps sslSocketFactory to use the constructor that is common for android and desktop httpclient lib. Creates separate bundle for httpclient libs in order to separate it from httputil bundle which will be used in android.
* Fix Eclipse classpathIngo Bauersachs2013-04-131-1/+1
|