From e08c5ea04c444f462d62b2064ae98605f43f349a Mon Sep 17 00:00:00 2001 From: Brian Clements Date: Tue, 7 Jan 2014 10:52:50 -0600 Subject: [PATCH] Issue #2563 fixed default xmpp port The default port for postgres was there by mistake Former-commit-id: dfcf6e9ade0c43794d6d54bc252da6b63d0fdf95 [formerly c6e76f765aa6cbb50b238bb3d01de7fe365d150d] Former-commit-id: e263cdb63aaad4ddad2d69c9cbb9eebd11722b4f --- .../raytheon/uf/viz/collaboration/ui/login/ServerInput.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cave/com.raytheon.uf.viz.collaboration.ui/src/com/raytheon/uf/viz/collaboration/ui/login/ServerInput.java b/cave/com.raytheon.uf.viz.collaboration.ui/src/com/raytheon/uf/viz/collaboration/ui/login/ServerInput.java index 2ee9d9850f..9d87344b44 100644 --- a/cave/com.raytheon.uf.viz.collaboration.ui/src/com/raytheon/uf/viz/collaboration/ui/login/ServerInput.java +++ b/cave/com.raytheon.uf.viz.collaboration.ui/src/com/raytheon/uf/viz/collaboration/ui/login/ServerInput.java @@ -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 * * * @@ -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