Commit 22cc4f93 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added default port for connection managers. JM-666

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3863 b35dd754-fafc-0310-a699-88a17e54d16e
parent d513df23
......@@ -45,6 +45,11 @@ public class SocketAcceptThread extends Thread {
*/
public static final int DEFAULT_SERVER_PORT = 5269;
/**
* The default XMPP port for connection multiplex.
*/
public static final int DEFAULT_MULTIPLEX_PORT = 5262;
/**
* Holds information about the port on which the server will listen for connections.
*/
......
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