mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Fix javadoc link in ConnectionConfiguration.Builder
This commit is contained in:
parent
194717d75b
commit
e1f09032d9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue