1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 09:39:39 +02:00

Preparing for 1.5.1 release.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2633 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2005-08-12 19:23:23 +00:00 committed by gato
parent ebeedc148c
commit 5a912c0158
4 changed files with 30 additions and 4 deletions

View file

@ -44,7 +44,7 @@ import org.xmlpull.mxp1.MXParser;
*/
public final class SmackConfiguration {
private static final String SMACK_VERSION = "1.5.0";
private static final String SMACK_VERSION = "1.5.1";
private static int packetReplyTimeout = 5000;
private static int keepAliveInterval = 30000;