mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Fix spelling in ConnectionConfiguration
This commit is contained in:
parent
e1f09032d9
commit
e9f7710759
1 changed files with 2 additions and 2 deletions
|
@ -316,8 +316,8 @@ public abstract class ConnectionConfiguration {
|
|||
public static enum SecurityMode {
|
||||
|
||||
/**
|
||||
* Securirty via TLS encryption is required in order to connect. If the server
|
||||
* does not offer TLS or if the TLS negotiaton fails, the connection to the server
|
||||
* Security via TLS encryption is required in order to connect. If the server
|
||||
* does not offer TLS or if the TLS negotiation fails, the connection to the server
|
||||
* will fail.
|
||||
*/
|
||||
required,
|
||||
|
|
Loading…
Reference in a new issue