Documentation of ConnectionConfiguration.setSecurityMode is wrong

The documentation of the ConnectionConfiguration.Builder.setSecurityMode method is wrong.

It says

By default, the mode is ConnectionConfiguration.SecurityMode.ifpossible.

However, the default mode has been ConnectionConfiguration.SecurityMode.required since Smack 4.4.0.

Thanks for pointing this out. Can I encourage you to create a PR against the 4.4 branch to fix this? :slight_smile:

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.