Longer packet ID.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1834 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-02-04 17:14:35 +00:00 committed by mtucker
parent 2015674c78
commit e08d37ac2e
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class Chat {
/** /**
* A prefix helps to make sure that ID's are unique across mutliple instances. * A prefix helps to make sure that ID's are unique across mutliple instances.
*/ */
private static String prefix = StringUtils.randomString(3); private static String prefix = StringUtils.randomString(5);
/** /**
* Keeps track of the current increment, which is appended to the prefix to * Keeps track of the current increment, which is appended to the prefix to