From e08d37ac2e5228f35a5e23987187bf2cebf9fe06 Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Tue, 4 Feb 2003 17:14:35 +0000 Subject: [PATCH] Longer packet ID. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1834 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/Chat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smack/Chat.java b/source/org/jivesoftware/smack/Chat.java index 75b7ff2c0..92f5b70cb 100644 --- a/source/org/jivesoftware/smack/Chat.java +++ b/source/org/jivesoftware/smack/Chat.java @@ -68,7 +68,7 @@ public class Chat { /** * 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