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:
parent
04e7c2f749
commit
e08c5ea04c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue