aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol
Commit message (Expand)AuthorAgeFilesLines
* Adds a constant for FID.Boris Grozev2015-07-161-1/+5
* Removes msn protocol.damencho2015-07-1633-9254/+0
* Adds SSRCInfoPacketExtension used to signal SSRC owner in jitsi-meet.paweldomas2015-07-143-6/+130
* Fixes handling callto: URIs and cleans up documentation.Boris Grozev2015-07-033-12/+6
* Fixes typo in colibri XML generation.George Politis2015-06-101-1/+1
* Extends the COLIBRI channel IQ with a simulcast-mode attribute.George Politis2015-06-034-0/+101
* Added IRCv3 multi-prefix capability support.Danny van Heumen2015-05-302-0/+7
* Fix formatting.Danny van Heumen2015-05-301-4/+9
* Handle CAP away-notify events.Danny van Heumen2015-05-301-15/+43
* Partial support for IRC away notifications.Danny van Heumen2015-05-302-20/+92
* Updated comments (TODO, FIXME)Danny van Heumen2015-05-301-3/+4
* Proxy support for DCC receive operation added to irc-api client library.Danny van Heumen2015-05-301-0/+25
* Converts "cache non caps" constant into field in ScServiceDiscoveryManager. F...paweldomas2015-05-213-9/+16
* Updates custom headers, a corner case where jsip casts some headers and canno...Damian Minkov2015-05-201-1/+4
* Makes possible overriding original headers through custom one.Damian Minkov2015-05-191-1/+11
* Changes custom headers to use headers list in order to avoid combining multip...Damian Minkov2015-05-183-51/+154
* Makes sure we do not try to process incoming reply errors for xmpp ping packets.Damian Minkov2015-05-181-1/+5
* Adds 'setup' attribute to DtlsFingerprintPacketExtension. Registers SctpMapEx...paweldomas2015-05-142-0/+43
* Adds utility method to SourcePacketExtension. Does not throw IllegalArgumentE...paweldomas2015-05-122-7/+18
* Throw OperationFailedException in case of too large message and fire message ...Danny van Heumen2015-05-062-6/+36
* Added default safety net of 5 chars in calculation of max message size.Danny van Heumen2015-05-062-5/+57
* Added closing apostrophe to trace log message.Danny van Heumen2015-05-051-1/+1
* Combines use of custom header for list values and the factory for rest of the...Damian Minkov2015-05-041-7/+20
* Directly creates custom headers to avoid header factory checking and addition...Damian Minkov2015-05-041-2/+36
* Fixes tests, unloading/loading bundle ProviderManagerExt class is loaded two ...Damian Minkov2015-04-281-4/+19
* Fixes broken USER_SEARCH_ENABLED & USER_SEARCH_SERVICE_NAME properties in XMPP.paweldomas2015-04-233-31/+24
* Fixes index out of bounds exception in ColibriBuilder when no contents are pa...paweldomas2015-04-231-1/+1
* Remove "google talk" from error messages.Boris Grozev2015-04-121-2/+2
* Implements OperationSetIncomingDTMF for XMPP, wired to receive events via RTP...Boris Grozev2015-04-126-7/+100
* Added option for resolving all DNS lookups through SOCKS proxy.Danny van Heumen2015-04-033-38/+74
* GUI improvements for IRC account registration wizard.Danny van Heumen2015-04-032-9/+2
* Created SASL entry in client configuration. Connected SASL configuration to I...Danny van Heumen2015-04-035-40/+183
* Started work on SASL authentication panel in IRC account configuration.Danny van Heumen2015-04-034-1/+55
* Use proxy settings from Global Proxy configuration.Danny van Heumen2015-04-032-4/+87
* Basic implementation of SOCKS support.Danny van Heumen2015-04-034-2/+91
* Improved error handling including signaling for client-side errors.Danny van Heumen2015-04-039-10/+136
* Mostly complete implementation of IRC v3 capability negotiation and SASL auth...Danny van Heumen2015-04-037-8/+103
* Adds OperationSetTelephonyBLF (Busy Lamp Field), can monitor lines and pickup...Damian Minkov2015-04-015-3/+722
* Updates the RTP description of a channel when a session-accept is received fr...George Politis2015-03-311-0/+71
* Adds support for a payload-type element in the ColibriIQ.George Politis2015-03-311-0/+18
* Updates ice4j to r497.Boris Grozev2015-03-301-20/+138
* Fix stripping protocol from XMPP contact URIsIngo Bauersachs2015-03-301-1/+1
* Merge branch 'merge-me-after-the-bugfix-release'Boris Grozev2015-03-2012-507/+2077
|\
| * Reformat line of more than 80 chars wide.Danny van Heumen2015-03-131-1/+2
| * Conditionally enable basic poller as fall back mechanism next to MONITOR/WATC...Danny van Heumen2015-03-131-20/+33
| * MONITOR/WATCH pubsub presence watchers initialize with existing persistent ni...Danny van Heumen2015-03-131-2/+0
| * Removed TODO for WATCH support, since this is now supported.Danny van Heumen2015-03-131-2/+0
| * Immediately remove nick from MONITOR monitored list, after 'MONITOR - nick' c...Danny van Heumen2015-03-131-2/+18
| * Added support for WATCH publish/subscribe mechanism for contact presence.Danny van Heumen2015-03-134-34/+439
| * Implementation of using Basic Poller as the fall back scenario when the MONIT...Danny van Heumen2015-03-135-21/+266