1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 10:49:41 +02:00

Updated for 2.2.1.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3973 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2006-06-12 19:10:46 +00:00 committed by gato
parent 3252a2a77c
commit 7bef86a2ae
3 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,7 @@ import java.util.Enumeration;
*/
public final class SmackConfiguration {
private static final String SMACK_VERSION = "2.2.0";
private static final String SMACK_VERSION = "2.2.1";
private static int packetReplyTimeout = 5000;
private static int keepAliveInterval = 30000;