mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-21 18:17:58 +01:00
Merge pull request #490 from JonathanLennox/update-securitymode-docs
Update documentation of default SecurityMode.
This commit is contained in:
commit
1564b98d60
1 changed files with 2 additions and 2 deletions
|
@ -405,7 +405,7 @@ public abstract class ConnectionConfiguration {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the TLS security mode used when making the connection. By default,
|
* Returns the TLS security mode used when making the connection. By default,
|
||||||
* the mode is {@link SecurityMode#ifpossible}.
|
* the mode is {@link SecurityMode#required}.
|
||||||
*
|
*
|
||||||
* @return the security mode.
|
* @return the security mode.
|
||||||
*/
|
*/
|
||||||
|
@ -960,7 +960,7 @@ public abstract class ConnectionConfiguration {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the TLS security mode used when making the connection. By default,
|
* Sets the TLS security mode used when making the connection. By default,
|
||||||
* the mode is {@link SecurityMode#ifpossible}.
|
* the mode is {@link SecurityMode#required}.
|
||||||
*
|
*
|
||||||
* @param securityMode the security mode.
|
* @param securityMode the security mode.
|
||||||
* @return a reference to this builder.
|
* @return a reference to this builder.
|
||||||
|
|
Loading…
Reference in a new issue