Issue #2563 fixed default xmpp port

The default port for postgres was there by mistake


Former-commit-id: dfcf6e9ade [formerly c6e76f765aa6cbb50b238bb3d01de7fe365d150d]
Former-commit-id: e263cdb63a
This commit is contained in:
Brian Clements 2014-01-07 10:52:50 -06:00
parent 04e7c2f749
commit e08c5ea04c

View file

@ -48,6 +48,7 @@ import com.raytheon.uf.viz.collaboration.comm.identity.CollaborationException;
* ------------ ---------- ----------- --------------------------
* Dec 18, 2013 2563 bclement Initial creation
* Jan 06, 2014 2563 bclement added removeDescription
* Jan 07, 2014 2563 bclement updated default xmpp port
*
* </pre>
*
@ -61,7 +62,7 @@ public class ServerInput implements Listener {
private final int addItemIndex;
private static final int DEFAULT_XMPP_PORT = 5432;
private static final int DEFAULT_XMPP_PORT = 5222;
private static final int TIMEOUT = 5000; // 5 seconds