aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update FMJ and libjitsi (Closes #160)upstreamIngo Bauersachs2015-10-113-0/+31
| | | | FMJ: r104 libjitsi: jitsi/libjitsi@9a1a4a7886991bb62dd629a434a31bf3b990d97a
* Update presence integration for Office 2016 (fixes #159)Ingo Bauersachs2015-10-113-0/+52
|
* Enable compilation with VS2015Ingo Bauersachs2015-10-118-4/+400
|
* Specify the underlying type of the SAFEARRAY in the variant type.Ingo Bauersachs2015-10-111-74/+75
| | | | | VariantClear fails with DISP_E_BADVARTYPE if this is not indicated, causing Office 2016 to crash. I'd guess they fixed a memory leaked so this only appears from version v16 (onwards).
* Commit from translate.jitsi.org by user acastroy.: 1784 of 1784 strings ↵acastroy2015-10-071-0/+11
| | | | translated (0 fuzzy).
* Merge pull request #41 from SkaceKamen/patch-1Ingo Bauersachs2015-10-051-1/+1
|\ | | | | Check mac-address for zero-length values
| * Could cause unnecessary exceptionSkaceKamen2014-07-211-1/+1
| | | | | | Windows allows you to have interface without MAC address, when using VPN for example.
* | Disable unchecked/rawtypes warnings to make build output readableIngo Bauersachs2015-10-051-4/+4
| |
* | Merge pull request #154 from iant-gmbh/masterIngo Bauersachs2015-10-055-6/+99
|\ \ | | | | | | Support for HA PBX
| * | - revertet manual change of language fileClaas Beyersdorf2015-10-051-1/+0
| | |
| * | - Fixed additional 80 chars wrapClaas Beyersdorf2015-10-051-3/+4
| | |
| * | - Fixed 80 chars wrapClaas Beyersdorf2015-10-054-11/+17
| | | | | | | | | | | | | | | | | | - Fixed format of comment ...ommunicator/plugin/sipaccregwizz/ConnectionPanel.java - Changed description of configuration checkbox like ibauersachs has recommended
| * | Fixed copy paste error. Now FORCE_PROXY_BYPASS works as expected.Claas Beyersdorf2015-09-233-7/+9
| | |
| * | fixed wrongly changed code refactorinsClaas Beyersdorf2015-09-231-239/+215
| | |
| * | Added additional check for proxy filter by address.Claas Beyersdorf2015-09-231-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | If force proxy bypass is enabled it shouldn't be checked if the proxy is allowed. This is needed to support HA scenarios with PBXs like sipXecs, sipXcom. By default this option is disabled, but if it is needed it can be enabled.
| * | Added abbility to set option FORCE_PROXY_BYPASS via SipAccountClaas Beyersdorf2015-09-235-213/+316
| | | | | | | | | settingspage.
* | | Fix Mock provider after merge of #51Ingo Bauersachs2015-10-041-0/+6
| | |
* | | Update libjitsi (closes #70)Ingo Bauersachs2015-10-041-0/+0
| | | | | | | | | Commit: jitsi/libjitsi@582940b37daa2fcc5bc7550c18ee50b4ae6a5a6e
* | | Move SDES default ciphers from settings to default configIngo Bauersachs2015-10-043-4/+6
| | |
* | | Fix type warningIngo Bauersachs2015-10-041-2/+2
| | |
* | | Obtain available SDES ciphers from libjitsiIngo Bauersachs2015-10-041-9/+9
| | |
* | | Merge pull request #51 from dpocock/sip-call-without-registrationIngo Bauersachs2015-10-045-1/+40
|\ \ \ | | | | | | | | Adapt high-level API to allow calls without registration
| * | | Adapt high-level API to allow calls without registrationDaniel Pocock2014-08-095-1/+40
| | | |
* | | | Does not store global proxy config if no server or port is entered.damencho2015-09-281-4/+15
| |/ / |/| |
* | | Use bundles with corrected Bundle-NativeCode headersIngo Bauersachs2015-09-082-0/+0
| | |
* | | Update Felix to 5.2.0Ingo Bauersachs2015-09-081-0/+0
| | |
* | | Use native libraries from within their bundlesIngo Bauersachs2015-09-0757-0/+0
| | | | | | | | | TODO: Strip the unneeded libs in the platform builds.
* | | Install, don't start FMJ as it is a fragmentIngo Bauersachs2015-09-072-2/+2
| | |
* | | Export the adaptive last-n and simulcast attributes to XML.Boris Grozev2015-09-041-0/+12
| | |
* | | Removes the Maven artifact jitsi-libjitsi because it has been "merged" into ↵Lyubomir Marinov2015-09-022-57/+0
| | | | | | | | | | | | the Maven artifact and library libjitsi (when the latter was turned into a proper OSGi bundle).
* | | Adapt Felix test-config to OSGi'fied libjitsiIngo Bauersachs2015-09-011-5/+14
| | |
* | | Changes leading to use OSGI'fied libjitsiIngo Bauersachs2015-08-2961-299/+208
|\ \ \
| * | | Use OSGI'fied libjitsi and fmj@102+package=bundleIngo Bauersachs2015-08-2910-198/+20
| | | |
| * | | Add proper metadata to OSGi metadata to json-simpleIngo Bauersachs2015-08-231-0/+0
| | | | | | | | | | | | | | | | The lib is a custom build based on an unknown version. This commit only changes the manifest from the previous binary using an external archive tool.
| * | | Update sdes4j to official 1.1.3 release (includes proper OSGi metadata)Ingo Bauersachs2015-08-234-9/+2
| | | |
| * | | Update commons-codec to 1.6 (for sdes4j)Ingo Bauersachs2015-08-234-2/+2
| | | |
| * | | Follow libjitsi move of DTMFtone from protocol to neomediaIngo Bauersachs2015-08-2310-10/+4
| | | | | | | | | | | | | | | | Corresponds to jitsi/libjitsi@13b7b0b72871d90a2d1a67ade916ea55ef863e47
| * | | Use MediaException for QualityControl error handlingIngo Bauersachs2015-08-235-39/+9
| | | | | | | | | | | | | | | | Corresponds to jitsi/libjitsi@2c3ff65bbd2060c53de0af8ffff62ddca1c25324
| * | | Remove MSN protocol leftoversIngo Bauersachs2015-08-232-2/+0
| | | |
| * | | Move security events back from libjitsi as they are solely used here.Ingo Bauersachs2015-08-2331-39/+171
|/ / / | | | | | | | | | Corresponds to commit jitsi/libjitsi@263cc1e53e4d2ebd3f4762c42b2c27462b4d830c
* | | ICQ: Remove 8 character password truncation. (This is apparently outdated ↵Danny van Heumen2015-08-171-6/+0
| | | | | | | | | | | | since 2006?!?)
* | | Adds optional name attribute to the conference element in colibri.damencho2015-08-144-1/+69
| | |
* | | Disable XMPP inband account registration because of security issuesIngo Bauersachs2015-08-122-10/+10
| | | | | | | | | Closes #136
* | | Ignores Maven's target directory (re: version control system).Lyubomir Marinov2015-08-101-9/+10
| | |
* | | Update URL for XMPP server listIngo Bauersachs2015-08-081-1/+1
| | |
* | | Correctly set SIP display names (Closes #134)Ingo Bauersachs2015-08-083-29/+8
| | |
* | | Don't duplicate RTP/SAVP profile when both SDES and ZRTP are enabledIngo Bauersachs2015-08-081-1/+1
| | | | | | | | | Closes #140
* | | Replaces boolean recording state with on, off and pending in colibri ↵damencho2015-08-043-102/+72
| | | | | | | | | | | | extension. Removes unused packet extension.
* | | 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
| | |