aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/protocol/ProtocolProviderFactory.java
Commit message (Expand)AuthorAgeFilesLines
* When creating account check and disabled accounts(all loaded accounts in Acco...Damian Minkov2010-12-141-0/+33
* Initial support for Jingle Nodes. Please note that this feature is disabled b...Sebastien Vincent2010-12-101-1/+11
* Change the "use ICE" property name.Sebastien Vincent2010-11-291-1/+1
* Add the possibility to use SIP Communicator STUN server in case no other STUN...Sebastien Vincent2010-11-261-17/+28
* Message Waiting Indication for sip protocol (rfc3842).Damian Minkov2010-11-061-0/+6
* Fixes warnings and javadocs.Sebastien Vincent2010-10-041-0/+11
* Add NAPTR support for sip accounts.Damian Minkov2010-09-271-13/+19
* Modifies the STUN form in the XMPP wizard so that it would use a share STUN s...Emil Ivov2010-09-191-26/+33
* New configurations prepared for the arrive of ice and stun support.Yana Stamcheva2010-08-271-0/+36
* Fixing unmerging contacts when disabling account issue#849.Damian Minkov2010-08-201-1/+7
* Introduces OperationSetContactCapabilities which is to be used in the future ...Lyubomir Marinov2010-07-201-2/+2
* Commits passwdstorage2.patch provided by Dmitri Melnikov on the dev mailing l...Lyubomir Marinov2010-07-151-31/+57
* Merges branches/gsoc10/passwdstrg@7435 which represents the work of Dmitri Me...Lyubomir Marinov2010-07-121-44/+33
* Fix enabling/disabling accounts functionality.Yana Stamcheva2010-07-061-27/+26
* Fix sip tests.Yana Stamcheva2010-07-051-1/+5
* Configuration window improvements including reorganizing sections, user inter...Yana Stamcheva2010-07-051-70/+125
* Fix adding sip accounts with prefix sip:, no longer complains that its not ad...Damian Minkov2010-06-181-1/+1
* Fix logger usage - seventh and last bunchWerner Dittmann2010-06-041-1/+2
* - Integrates the Facebook protocol developed by Dai Zhiwei as part of Google ...Lyubomir Marinov2009-07-231-2/+2
* Merge branch '1.0-local' into trunk-localscmerger2009-06-211-0/+20
* Add functions to enable and disable the ZRTP Hello hash attribute in the SIP ...Werner Dittmann2009-04-251-1/+6
* - Fixes Issue #: 434 Wrong ID when try to install an already installed account.Yana Stamcheva2009-01-211-0/+5
* Minor code cleanup of recent commits.Lyubomir Marinov2008-12-101-16/+4
* Fix a NPE when modifying a SIP account: add the USER_ID to the account proper...Werner Dittmann2008-12-101-10/+10
* Merged Emanuel's patch that enables to set the security option for each account.Werner Dittmann2008-12-071-0/+5
* Attempts the fix the tests broken when the loading of the stored accounts was...Lyubomir Marinov2008-09-231-1/+1
* When starting the applications, loads the stored accounts in the background i...Lyubomir Marinov2008-09-201-182/+294
* Implements support for launch parametersEmil Ivov2008-09-061-14/+14
* - HIDDEN_PROTOCOL moved to ProtocolProviderFactoryYana Stamcheva2008-07-221-0/+6
* New Account configuration forms.Yana Stamcheva2008-06-231-1/+1
* WORK IN PROGRESS - modifyAccount method added to the ProtocolProviderFactory ...Yana Stamcheva2008-05-281-4/+25
* [1/4] Adding DICT protocole and wizzard (corrected version).Vincent Lucas2008-05-261-0/+6
* fixed typos in commentsThomas Hofer2008-04-221-3/+3
* - Fix missing SIP accounts when we have no network connectionYana Stamcheva2008-03-111-31/+69
* - Added a protocolDisplayName in the ProtocolProviderService, which is now us...Yana Stamcheva2008-03-051-0/+5
* 1. Fix some account settings maybe null, must not be in account props hashtab...Damian Minkov2008-01-221-1/+3
* fixing a problem when loading ipv6 SIP accounts on non-ipv6 networksEmil Ivov2007-09-141-1/+11
* multi user chat related services and eventsYana Stamcheva2007-07-301-1/+16
* - add the SIMPLE settings in the guiBenoit Pradelle2007-07-251-0/+24
* Resource and Resource priority properties added to the list of protocol provi...Yana Stamcheva2007-05-301-3/+11
* Added multichat operation set definition and Gibberish protocol implementatio...Emil Ivov2007-02-221-1/+0
* Replace joustim libs with the latest svn versionDamian Minkov2007-02-081-0/+14
* Added the possibility for protocol providers to specify type of proxy they wo...Emil Ivov2007-01-261-0/+8
* don't through a nullpointer exc when storing a null password but rather remov...Emil Ivov2006-12-151-2/+7
* Null pointer fixEmil Ivov2006-11-021-3/+12
* Fixed remember password optionDamian Minkov2006-10-041-1/+4
* Started working on media and fixed meta contact list contact merge and contac...Emil Ivov2006-10-031-3/+4
* Support for SIP (Work in Progress)Emil Ivov2006-09-241-6/+1
* Was using wrong part of class name as property prefixEmil Ivov2006-08-241-1/+1
* Woking on implementing support for SIPEmil Ivov2006-08-221-28/+32