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

SMACK-349 Couple of fixes to test cases based on changes in base64 encoding buffer sizes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_2_0@12957 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
rcollier 2012-01-27 21:30:09 +00:00
parent 62ce8e85dd
commit a92d37a32b
6 changed files with 76 additions and 58 deletions

View file

@ -44,14 +44,14 @@ import java.util.*;
*/
public final class SmackConfiguration {
private static final String SMACK_VERSION = "3.2.1";
private static final String SMACK_VERSION = "3.2.2";
private static int packetReplyTimeout = 5000;
private static int keepAliveInterval = 30000;
private static Vector<String> defaultMechs = new Vector<String>();
private static boolean localSocks5ProxyEnabled = true;
private static int localSocks5ProxyPort = 7778;
private static int localSocks5ProxyPort = 7777;
private static int packetCollectorSize = 5000;
private SmackConfiguration() {