aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator
Commit message (Collapse)AuthorAgeFilesLines
* Moves HealthCheckIQ to separate IQ provider.paweldomas2016-02-223-28/+97
|
* Adds URN_XMPP_IQ_VERSION constant.paweldomas2016-02-221-0/+8
|
* Removes unused case statements from ColibriIQ parsing code.paweldomas2016-02-171-18/+0
|
* Adds HealthCheck IQ.paweldomas2016-02-172-0/+80
|
* Adds a property that can set autojoin by default on newly created rooms.damencho2016-02-151-0/+13
|
* Adds property to disable printing timestamp in logs.damencho2016-02-031-21/+54
|
* Merge pull request #190 from mksh/masterdamencho2016-02-021-1/+55
|\ | | | | Program name prepending for log formatter
| * Implemented program name property loading from logging.properties file and ↵mksh2015-11-201-1/+55
| | | | | | | | prepending it to each log message in case of existence
* | Fix the replacement for direct image linksThorsten Klein2016-01-151-1/+1
| | | | | | | | | | * URLs of the form https://my.example.com:12345/abc/def/file.jpg were not replaced somehow * simply changed the URL_PATTERN
* | Changed URL pattern for direct image linksThorsten.Klein2016-01-141-1/+1
| | | | | | | | * URL doesn't necessarily start with 'www'
* | Updates loadLibrary to be able to use native libraries from within the bundle.damencho2015-12-221-18/+20
| |
* | Adds ForceShutdown IQ.paweldomas2015-12-113-45/+143
| |
* | Manually fixes formatting for the sake of readability and consistency.Lyubomir Marinov2015-12-091-18/+16
| |
* | Adds video muted extension used in jitsi-meet.paweldomas2015-12-011-0/+70
|/
* Fixing TreeSet's ComparatorTimur Masar2015-11-151-0/+13
| | | | | | | | | | | | | | | This fixes the Presence TreeSet's Comparator. If the comparator can't determine a greater or less than relationship, it will sort by the name of the resources lexicographically. A (mathematical) set is a collection of distinct objects. A TreeSet's compare function determines relation of two objects. It also determines equality and since this is a Set it would effectively replace the old one in the set, if the function returns 0. This method wasn't fully equals consistent, meaning different objects were deemed equal by the comparator. That lead to an inconsistency in the representation of presence objects and resources that contact has connected. The resources not represented in this TreeSet would no longer be able to let the contact appear as Online.
* Merge pull request #183 from mksh/masterbgrozev2015-11-127-142/+414
|\ | | | | Introduce SmackInteroperabilityLayer for abstracting different Smack implementations (3 and 4)
| * Typo fixesmksh2015-11-113-8/+9
| |
| * Introduce SmackProxy for abstracting different Smack implementations (3 and 4)mksh2015-11-108-142/+413
| |
* | Fixes offline messaging to contact which just went offlineTimur Masar2015-11-101-2/+3
| | | | | | | | | | | | We should still use the old implementation for checking offline contacts capabilities. This will give us the 'offline capabilities' e.g. messaging offline contacts.
* | Option for new behaviour of detecting a contact's capabilitiesTimur Masar2015-11-094-49/+243
| | | | | | | | | | | | | | | | | | | | | | | | | | This reintroduces some old code in order to give the user the option to switch between those two behaviours. It also prevents the removal of all caps nodes (and thusly breaking the new detection) when a rogue offline presence event comes in. This is such an event in which a contact is falsely assumed as offline, if the preferred resource of two or more same prioritised resources goes offline. We are checking this by looking whether it is a "resourceChanged"-event. This should probably be changed again, after those offline presence updates have been fixed.
* | Fixes the contacts 'call button' disappearing on multiresource contactsTimur Masar2015-11-084-16/+110
|/ | | | | | | | | | | | | | | This changes the behaviour from "last connected resource" or "highest priority resource" to "most capable resource" regarding the display of buttons next to this contact. We now check every resource the contact has connected and we will consider the one with the most capabilities. This elimates the very frustrating scenario in which the call capabilites are disabled on a contact who connected additionally a non-jingle client. Note that there exists separate issue in which the contact logs off from only one resource, but gets displayed as completely offline. In that case the buttons are still displayed wrong, if the contact connects a non-jingle client on afterwards.
* Revert "Renames SimulcastLayer to SimulcastStream."George Politis2015-11-052-11/+11
| | | | This reverts commit 075ad10a9ccacf5a4dcaa8cd7fe4fd851767f70f.
* Updates the packetlogging manifest to import com.google.common.collect.George Politis2015-11-051-1/+2
|
* Renames SimulcastLayer to SimulcastStream.George Politis2015-11-052-11/+11
|
* Adds option to set custom headers to the sip call.damencho2015-11-051-0/+34
|
* Merge pull request #171 from gpolitis/packet-debuggingGeorge Politis2015-11-042-2/+9
|\ | | | | Implements arbitrary packet logging configuration.
| * Uses an EvictingQueue instead of an ArrayList in the PacketLoggingServiceImpl.George Politis2015-10-161-2/+3
| |
| * Adds configuration for logging arbitrary packets.George Politis2015-10-162-0/+6
| |
* | Fix condition precedenceTrebleSnake2015-10-131-0/+4
|/
* Update FMJ and libjitsi (Closes #160)upstreamIngo Bauersachs2015-10-111-0/+31
| | | | FMJ: r104 libjitsi: jitsi/libjitsi@9a1a4a7886991bb62dd629a434a31bf3b990d97a
* 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.
* | Merge pull request #154 from iant-gmbh/masterIngo Bauersachs2015-10-054-6/+98
|\ \ | | | | | | Support for HA PBX
| * | - Fixed additional 80 chars wrapClaas Beyersdorf2015-10-051-3/+4
| | |
| * | - Fixed 80 chars wrapClaas Beyersdorf2015-10-053-10/+16
| | | | | | | | | | | | | | | | | | - 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-233-213/+314
| | | | | | | | | settingspage.
* | | Fix Mock provider after merge of #51Ingo Bauersachs2015-10-041-0/+6
| | |
* | | Move SDES default ciphers from settings to default configIngo Bauersachs2015-10-041-2/+4
| | |
* | | 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
| |/ / |/| |
* | | Export the adaptive last-n and simulcast attributes to XML.Boris Grozev2015-09-041-0/+12
| | |
* | | Use OSGI'fied libjitsi and fmj@102+package=bundleIngo Bauersachs2015-08-292-168/+0
| | |
* | | 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