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

Simplified list of #login methods in XMPPConnection.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@10846 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2008-10-24 05:17:50 +00:00 committed by gato
parent 73a302aef1
commit 2da448d2fd
3 changed files with 111 additions and 231 deletions

View file

@ -25,11 +25,7 @@ import org.xmlpull.v1.XmlPullParser;
import java.io.InputStream;
import java.net.URL;
import java.util.ArrayList;
import java.util.Vector;
import java.util.Collection;
import java.util.Enumeration;
import java.util.List;
import java.util.*;
/**
* Represents the configuration of Smack. The configuration is used for:
@ -48,7 +44,7 @@ import java.util.List;
*/
public final class SmackConfiguration {
private static final String SMACK_VERSION = "3.0.5";
private static final String SMACK_VERSION = "3.1.0";
private static int packetReplyTimeout = 5000;
private static int keepAliveInterval = 30000;