mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
Enfore spaces for indentation
Although I'm in the tabs camp, Smack uses mostly spaces. Therefore it is the logical choice for the indentation style.
This commit is contained in:
parent
ffe9397e66
commit
ef0af66b21
125 changed files with 5336 additions and 5344 deletions
|
@ -23,12 +23,12 @@ import org.jivesoftware.smack.initializer.SmackInitializer;
|
|||
|
||||
public class SASLProvidedSmackInitializer implements SmackInitializer {
|
||||
|
||||
@Override
|
||||
public List<Exception> initialize() {
|
||||
SASLAuthentication.registerSASLMechanism(new SASLDigestMD5Mechanism());
|
||||
SASLAuthentication.registerSASLMechanism(new SASLExternalMechanism());
|
||||
SASLAuthentication.registerSASLMechanism(new SASLPlainMechanism());
|
||||
return null;
|
||||
}
|
||||
@Override
|
||||
public List<Exception> initialize() {
|
||||
SASLAuthentication.registerSASLMechanism(new SASLDigestMD5Mechanism());
|
||||
SASLAuthentication.registerSASLMechanism(new SASLExternalMechanism());
|
||||
SASLAuthentication.registerSASLMechanism(new SASLPlainMechanism());
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue