mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-23 06:42:05 +01:00
Improved Javadoc.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2809 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
953faca41c
commit
3b75e10675
1 changed files with 6 additions and 1 deletions
|
@ -31,7 +31,12 @@ import java.security.KeyManagementException;
|
||||||
import java.security.NoSuchAlgorithmException;
|
import java.security.NoSuchAlgorithmException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an SSL connection to a XMPP server.
|
* Creates an SSL connection to a XMPP server using the legacy dedicated SSL port
|
||||||
|
* mechanism. Fully compliant XMPP 1.0 servers (e.g. Jive Messenger 2.3.0) do not
|
||||||
|
* require using a dedicated SSL port. Instead, TLS (a standardized version of SSL 3.0)
|
||||||
|
* is dynamically negotiated over the standard XMPP port. Therefore, only use this
|
||||||
|
* class to connect to an XMPP server if you know that the server does not support
|
||||||
|
* XMPP 1.0 TLS connections.
|
||||||
*
|
*
|
||||||
* @author Matt Tucker
|
* @author Matt Tucker
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue