aboutsummaryrefslogtreecommitdiffstats
path: root/lib/felix.client.run.properties
Commit message (Collapse)AuthorAgeFilesLines
* Splits jitsi-lgpl-dependencies into two jars.damencho2017-01-311-1/+2
|
* BLF: Enable plugin and add workaround for AsteriskIngo Bauersachs2017-01-151-1/+2
|
* Remove Yahoo protocolIngo Bauersachs2016-10-241-2/+0
| | | | Closes #76, #293
* Remove jfontchooserIngo Bauersachs2016-06-041-1/+0
| | | | It wasn't used anywhere anymore.
* Stop messing with the JNA manifest and librariesIngo Bauersachs2016-05-291-1/+2
|
* Use dnssecjava instead of unbound for dnssec validationIngo Bauersachs2016-05-281-1/+2
|
* Update dnsjava to stock 2.1.7 and make sure it is only loaded onceIngo Bauersachs2016-05-281-26/+29
|
* Update ice4j and jain-sip dependenciesIngo Bauersachs2016-04-121-1/+11
| | | | | | | | | | | | | | | | | * 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/+2
|
* Remove the Facebook protocol wizardIngo Bauersachs2016-02-281-1/+0
| | | | Facebook disabled their XMPP API. See also: https://developers.facebook.com/docs/chat
* Remove bundle start level conflictIngo Bauersachs2015-10-281-1/+5
| | | | | | | | | | Fixes #162 Fixes #163 Fixes #172 The build process injects an additional bundle at start level 14. This conflicted with the start level for commons-codec, preventing Jitsi to start. Felix' bundle cache might have prevented the bug from appearing for people who had a previous version running successfully.
* Install, don't start FMJ as it is a fragmentIngo Bauersachs2015-09-071-1/+1
|
* Use OSGI'fied libjitsi and fmj@102+package=bundleIngo Bauersachs2015-08-291-5/+12
|
* Adds plugin that adds contact source services (groups to the contact list) ↵Damian Minkov2015-04-011-0/+1
| | | | with the monitored lines of OperationSetTelephonyBLF. Adds custom action button to pickup calls is possible.
* Stops msn protocol from building and starting.Damian Minkov2014-11-251-2/+0
|
* Moved IRC command implementations to separate plugin package: irccommandsDanny van Heumen2014-11-201-1/+2
|
* Fix Felix warning about slf4j being a fragmentIngo Bauersachs2014-08-141-1/+4
|
* Converted irc-api library to OSGi bundle.Danny van Heumen2014-07-301-1/+2
|
* Include slf4j-jdk14 implementation in felix config.Danny van Heumen2014-07-301-0/+1
|
* Replaced slf4j simple logger with jdk14 logger.Danny van Heumen2014-07-301-1/+0
|
* tweaks to the configurationDanny van Heumen2014-07-301-0/+1
|
* Moved slf4j-{api,simple} into separate bundle.Danny van Heumen2014-07-301-1/+2
|
* Intermediate commit to save clean up (not currently working right now)Danny van Heumen2014-07-301-0/+2
|
* Adding connection information frame. Patch provided by Markus Kilås.Damian Minkov2014-07-011-0/+1
|
* 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.
* Implements user search contact source.hristoterezov2014-02-111-0/+1
|
* ConfigService based on HSQLDB (through JDBC)Ingo Bauersachs2014-01-121-1/+2
|
* Update Google Collections RC1 to Guava 15Ingo Bauersachs2014-01-121-1/+2
|
* Stop rebundling HttpClient and HttpCoreIngo Bauersachs2014-01-111-0/+1
|
* Adds splash screen.Damian Minkov2014-01-101-0/+3
|
* Property editor search field is now case insensitive and searching by value ↵Marin2013-12-061-1/+2
| | | | is possible.
* Adds the possibility to edit account details. Patch provided by Marinyanas2013-11-121-0/+1
| | | Dzhigarov on dev (Nov 8, 2013).
* Use separate dirs for application logs, cache and configuration dataIngo Bauersachs2013-11-101-1/+1
| | | | | This is primarily used on Windows to store logs and cached data on the local computers instead of on the network when roaming profiles with folder redirection is used.
* Fixes crash when showing video and using java7.Damian Minkov2013-11-081-0/+2
|
* Adds new MUC bundle to handle the chat rooms. Moves ChatRoomWrapper,hristoterezov2013-11-071-2/+2
| | | | | ChatRoomList and ChatRoomProviderWrapper classes from GUI to the MUC bundle. Moves most of ConferenceChatManager methods in MUCService.
* Adds chat room contacts to the search filter in the contact list.hristoterezov2013-11-011-0/+1
|
* Implements an editor which allows the user to edit Jitsi's configuration ↵Lyubomir Marinov2013-08-281-1/+2
| | | | properties from within the application. (Marin Dzhigarov)
* Removes jdic dependency used for java 1.5 campatibility.Damian Minkov2013-06-111-3/+0
| | | | | 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.
* Adds customavatar service bundle.Damian Minkov2013-05-211-0/+1
|
* Separates systray services to be reused in android.Damian Minkov2013-05-201-0/+1
|
* Separates some services to be reused in android.Damian Minkov2013-05-201-0/+2
|
* Creates authenticate windows service that will create the dialog and will ↵Damian Minkov2013-05-181-0/+2
| | | | | | | | 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.
* Moves dns config as plugin.Damian Minkov2013-05-171-1/+2
|
* Adds a global display details service giving access to the global display ↵Yana Stamcheva2013-04-191-1/+2
| | | | name and the global avatar. Uses this new service to show the global display name and avatar in the conference call interface.
* Merge branch 'ingo'Werner Dittmann2013-04-131-2/+4
| | | | | Conflicts: trunk/lib/installer-exclude/libjitsi.jar
* Add ContactSource plugin for ThunderbirdIngo Bauersachs2013-04-071-1/+3
|
* Separates dns package to service and impl. Creates a ParallelResolver ↵Yana Stamcheva2013-01-271-2/+2
| | | | interface that can be used from the util package. Moves NetworkUtils back to util package. Moves dnsconfig plugin to the impl/dns package (because it was using implementation classes directly).
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ↵Yana Stamcheva2013-01-241-0/+1
| | | | and WindowsUtils from general GuiUtils.
* Removes unused bundle (growlnotification bundle is added when building dmg).Damian Minkov2012-10-161-1/+0
|
* Adds a protocol aware contact source interface and moves demultiplexing ↵Yana Stamcheva2012-10-161-1/+2
| | | | contact source functionality to a separate plug-in. Conference and transfer invite dialogs now show a separate contact for each contact detail (i.e. each telephone number, email address) and search results are taking into account the selected account.