aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/LoginByPasswordStrategy.java
Commit message (Expand)AuthorAgeFilesLines
* Use base Connection class instead of XMPPConnectionpaweldomas2016-12-281-1/+1
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Fixes possible concurrent modification exception when using several xmpp acco...Damian Minkov2013-10-231-17/+46
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-6/+6
* Initializes smack services under android (on desktop they are loaded from sma...Damian Minkov2013-05-181-2/+17
* Abort connecting when the certificate is not accepted by the serverIngo Bauersachs2013-04-091-1/+3
* Use strategy pattern for XMPP login (Patch by Stefan Sieber)Ingo Bauersachs2013-04-091-0/+198