aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/sipaccregwizz
Commit message (Expand)AuthorAgeFilesLines
* Correctly set SIP display names (Closes #134)Ingo Bauersachs2015-08-082-5/+6
* Updates the license headers.Damian Minkov2015-07-2011-14/+143
* Use DISPLAY_NAME when saving display name in the sip account wizard, as it is...Damian Minkov2014-03-051-1/+1
* Adds CRLF keep alive method to SIP providers.paweldomas2014-01-241-1/+1
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
* Removes "ensureDefaultValuePresent" and getAccountProperty with Object signat...paweldomas2013-07-102-3/+16
* Removes the null check against keep alive method that prevents from editing i...paweldomas2013-06-111-4/+1
* Inserts protocol property for correct custom SIP providers handling(ippi wiza...paweldomas2013-06-111-0/+2
* Multiple fixespaweldomas2013-06-042-5/+4
* Refactor AccountIDspaweldomas2013-06-037-1426/+52
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-236-9/+29
* Android settings prerequisite patchpaweldomas2013-05-214-355/+526
* Adds a minimal duration for RTP DTMF tones. This minimal duration can be conf...Vincent Lucas2013-03-144-8/+135
* Fixes Java 1.5 compatibility breakage reported by Heikki Lindholm. Fixes warn...Lyubomir Marinov2013-02-251-8/+7
* Fixes warnings. Adds and/or fixes javadocs.Lyubomir Marinov2013-02-251-29/+31
* Fixes inconsistent synchronization in RTPSourceStream which could lead to une...Lyubomir Marinov2013-02-141-1/+1
* Fixes account wizards loading.Damian Minkov2013-01-311-0/+1
* Fixes build.Yana Stamcheva2013-01-301-1/+1
* Corrects persistence of information displayed by SIP presence panel: when loo...Vincent Lucas2013-01-282-0/+15
* Creates a specific account registration interface for the desktop application...Yana Stamcheva2013-01-281-1/+1
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ...Yana Stamcheva2013-01-247-10/+9
* Improves the way of saving encryption protocol settings.Vincent Lucas2012-11-192-181/+11
* Moves loading the gui (creating main frame) in event dispatch thread. Make so...Damian Minkov2012-11-191-14/+23
* Applies a patch from Boris Grozev that allows setting different codec configu...Emil Ivov2012-09-138-857/+80
* Improves SIP and XMPP configuration interface to choose the priority between ...Vincent Lucas2012-09-035-58/+492
* Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, does...Vincent Lucas2012-08-024-17/+167
* Moves the ConfigurationService and FileAccessService implementations from Jit...Lyubomir Marinov2012-07-104-4/+9
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-3/+3
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-294-7/+10
* Adds more default values for sip account wizards, fixes some default values.Damian Minkov2012-06-252-1/+132
* Fixes a possible NullPointerException which could prevent the successful inte...Lyubomir Marinov2012-06-191-8/+14
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-1/+1
* Adds option to add voicemail check URI to use it for checking voicemail messa...Damian Minkov2012-04-104-16/+89
* Fixes a ConcurrentModificationException in SRTCPTransformer.Lyubomir Marinov2012-03-301-17/+23
* Adds option to disable/enable mwi.Damian Minkov2012-03-214-9/+87
* Fixes javadoc and eclipse related warnings in the code.Sebastien Vincent2012-03-097-12/+50
* Improves DTMF configuration (auto, RTP, SIP INFO or INBAND). Creates a common...Vincent Lucas2012-02-102-7/+57
* Adds in-band DTMF functionality.Vincent Lucas2012-02-074-0/+118
* Resolves a problem with jabber contact list if server replay is delayed. Enab...Damian Minkov2012-01-182-5/+7
* Fixes NPE if a default string is missing.Damian Minkov2011-11-041-1/+6
* Separates xcap contactlist implementation and adds option for contacts retrie...Damian Minkov2011-11-044-187/+337
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-1811-11/+11
* Extends account wizard class with forgot password link.Yana Stamcheva2011-10-102-4/+68
* SDES Integration: Restore Java 1.5 compatibilityIngo Bauersachs2011-10-041-3/+0
* Hide most security settings of the SIP Wizzard in a show/hide advanced panelIngo Bauersachs2011-10-041-14/+92
* Add SIP Wizzard resource stringsIngo Bauersachs2011-10-041-3/+12
* Security Tab in SIP register wizzardIngo Bauersachs2011-10-046-99/+354
* Enable client TLS authentication for SIP and add a correspondingIngo Bauersachs2011-08-256-3/+107
* Adds a setRegistration method in the SIP wizard, to be used by inheritors.Yana Stamcheva2011-07-061-3/+15
* Fixes compilation with OpenJDK 1.6.0_18 and removes an unused import which ca...Sebastien Vincent2011-07-061-2/+0