1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 20:12:07 +01:00

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

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