mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +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:
parent
2015674c78
commit
e08d37ac2e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue