aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl
Commit message (Collapse)AuthorAgeFilesLines
* Move security events back from libjitsi as they are solely used here.Ingo Bauersachs2015-08-237-8/+0
| | | | 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
|
* 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 possible NPE, peer going from failed to connected and a dispatching of ↵damencho2015-07-281-1/+4
| | | | a DialogTerminatedEvent (fixes damencho/jigasi#5 issue).
* Fixes possible NPE when debug enabled and no ssl context available (fixes ↵damencho2015-07-281-1/+1
| | | | damencho/jigasi#12).
* Adds google api token file to repo, it is auto-updated if needed to.damencho2015-07-271-0/+35
|
* Polishes Google Contacts authorization dialog.damencho2015-07-221-10/+17
|
* Added dialog title, fine tuned instructions.Danny van Heumen2015-07-221-0/+7
|
* Number of improvements to Google Contacts OAuth dialog after feedback.Danny van Heumen2015-07-221-15/+62
| | | | | | | * i18n support. * Show instructions at top of dialog. * Explicitly say "click here" in hyperlink text for opening approval page. * Changed text of Done button to "Save". (Depending on i18n.)
* Avoids a compile-time ambiguity of a classLyubomir Marinov2015-07-211-2/+1
|
* Avoids compiling (certain) classes from .plugin.desktop when compiling ↵Lyubomir Marinov2015-07-201-8/+8
| | | | classes from .util.
* Adds template to store google api id and secret.damencho2015-07-202-2/+39
|
* Updates the license headers.Damian Minkov2015-07-201140-2392/+15070
|
* Throw IllegalStateException in case client ID or client secret is missing.Danny van Heumen2015-07-201-0/+6
|
* Removed notion of a 'password' from Google Contacts implementation.Danny van Heumen2015-07-206-108/+31
| | | | | | | | Removed all references to using/requesting/storing a password, since client login authentication is now deprecated and there is no reason to believe that this is coming back any time soon. + a bit of fine-tuning in exception handling
* Tweaked the Google OAuth 2 approval dialog and added Eclipse classpath ↵Danny van Heumen2015-07-202-8/+71
| | | | modifications.
* Added browser launcher to hyperlink. Now opens the approval URL upon ↵Danny van Heumen2015-07-203-7/+30
| | | | clicking the hyperlink.
* Added automatic refresh token retrieval + secure storage in credentials store.Danny van Heumen2015-07-205-56/+194
| | | | | | | | | | | Google Contacts plugin now automatically requests initial access token and refresh token at token server. The refresh token is stored using the credentials store. And Activator is cleaned up a bit. To fix: 1. size of OAuth 2 approval dialog such that requested identity is clearly visible. 2. Automatically open web browser on Google OAuth 2 approval page.
* Add lots of comments to OAuth 2 implementation.Danny van Heumen2015-07-202-4/+68
|
* Working on simple UI to facilitate user approval process.Danny van Heumen2015-07-202-122/+354
|
* Working prototype OAuth 2 authentication for Google Contacts plugin.Danny van Heumen2015-07-203-17/+177
|
* Adds a constant for FID.Boris Grozev2015-07-161-1/+5
|
* Removes msn protocol.damencho2015-07-1634-9260/+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
| | | | | | Implemented state management for away notify capability. Now only missing the handling of AWAY messages that are sent by the IRC server when away-notify is active.
* 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
|
* Updates the JNA library to version 4.1.0 because it is dual-licensed under ↵Lyubomir Marinov2015-05-271-13/+45
| | | | LGPL 2.1 and Apache License 2.0.
* Manually fixes formatting.Lyubomir Marinov2015-05-271-13/+17
|
* Converts "cache non caps" constant into field in ScServiceDiscoveryManager. ↵paweldomas2015-05-213-9/+16
| | | | Fixes "copy" method in IceTransportPacketExtension.
* Updates custom headers, a corner case where jsip casts some headers and ↵Damian Minkov2015-05-201-1/+4
| | | | cannot use custom one for them.
* 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 ↵Damian Minkov2015-05-183-51/+154
| | | | multiple headers in one sip message. Adds from.userID parameter that can be processed in custom headers.
* 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 ↵paweldomas2015-05-142-0/+43
| | | | SctpMapExtension parser.
* Adds utility method to SourcePacketExtension. Does not throw ↵paweldomas2015-05-122-7/+18
| | | | IllegalArgumentException when invalid JingleAction is received in order to avoid interrupting of XMPP connection(caused by unhandled Exception).
* Throw OperationFailedException in case of too large message and fire message ↵Danny van Heumen2015-05-062-6/+36
| | | | delivery failed event.
* Added default safety net of 5 chars in calculation of max message size.Danny van Heumen2015-05-062-5/+57
| | | | | | | | | | | | | | | | | | | Discovered that Freenode (seems to) drops te last char that is technically still able to be sent in the 510 bytes buffer size that is defined by IRC spec. Tested on hackint, efnet, dalnet and all give expected results, except for Freenode. Added safety-net of 5 bytes such that OTR and other tools that depend on max possible message don't suffer from bad IRC server implementation. Also, added logger.warn message in case too large message is sent. Message is still sent, but a warning message shows up in the console. This is most useful for debugging issues with additional plugins such as transform plugins. We cannot display a partial message as it may have been transformed during the send process. Added use for SAFETY_NET constant in BasicPollerPresenceWatcher where max possible message size calculation is used.
* 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 ↵Damian Minkov2015-05-041-7/+20
| | | | the cases.
* Directly creates custom headers to avoid header factory checking and ↵Damian Minkov2015-05-041-2/+36
| | | | additional parsing.
* Fixes tests, unloading/loading bundle ProviderManagerExt class is loaded two ↵Damian Minkov2015-04-281-4/+19
| | | | times.