Commit 0edb79be authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Improved javadoc comments.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6579 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4257e438
...@@ -25,11 +25,14 @@ import java.util.Iterator; ...@@ -25,11 +25,14 @@ import java.util.Iterator;
public interface ConnectionManager { public interface ConnectionManager {
/** /**
* The default XMPP port for clients. * The default XMPP port for clients. This port can be used with secured
* and unsecured connections. Clients will initially connect using an unsecure
* connection and may secure it by using StartTLS.
*/ */
final int DEFAULT_PORT = 5222; final int DEFAULT_PORT = 5222;
/** /**
* The default Jabber socket * The default legacy Jabber port for SSL traffic. This old method, and soon
* to be deprecated, uses encrypted connections as soon as they are created.
*/ */
final int DEFAULT_SSL_PORT = 5223; final int DEFAULT_SSL_PORT = 5223;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment