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

Updated for 2.2.0.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3541 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2006-03-09 02:34:27 +00:00 committed by gato
parent 3b4b5c36b6
commit b7030403e2
4 changed files with 36 additions and 9 deletions

View file

@ -20,12 +20,12 @@
package org.jivesoftware.smack;
import java.io.*;
import java.net.*;
import java.util.*;
import org.xmlpull.v1.*;
import org.xmlpull.mxp1.MXParser;
import org.xmlpull.v1.XmlPullParser;
import java.io.InputStream;
import java.net.URL;
import java.util.Enumeration;
/**
* Represents the configuration of Smack. The configuration is used for:
@ -44,7 +44,7 @@ import org.xmlpull.mxp1.MXParser;
*/
public final class SmackConfiguration {
private static final String SMACK_VERSION = "2.1.0";
private static final String SMACK_VERSION = "2.2.0";
private static int packetReplyTimeout = 5000;
private static int keepAliveInterval = 30000;