1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00

Fix javadoc link in ConnectionConfiguration.Builder

This commit is contained in:
Florian Schmaus 2015-09-27 23:11:56 +02:00
parent 194717d75b
commit e1f09032d9

View file

@ -757,7 +757,7 @@ public abstract class ConnectionConfiguration {
/** /**
* Perform authentication using SASL EXTERNAL. Your XMPP service must support this * Perform authentication using SASL EXTERNAL. Your XMPP service must support this
* authentication mechanism. This method also calls {@link #addEnabledSaslMechanism(String)} with "EXTERNAL" as * authentication mechanism. This method also calls {@link #addEnabledSaslMechanism(String)} with "EXTERNAL" as
* argument. It also calls {@link #allowEmptyOrNullUsernames()} and {@link #setSecurityMode(SecurityMode)} to * argument. It also calls {@link #allowEmptyOrNullUsernames()} and {@link #setSecurityMode(ConnectionConfiguration.SecurityMode)} to
* {@link SecurityMode#required}. * {@link SecurityMode#required}.
* *
* @return a reference to this builder. * @return a reference to this builder.