mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01: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:
parent
3252a2a77c
commit
7bef86a2ae
3 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
<property name="version.major" value="2" />
|
||||
<property name="version.minor" value="2" />
|
||||
<property name="version.revision" value="0" />
|
||||
<property name="version.revision" value="1" />
|
||||
<property name="version.name" value="${version.major}.${version.minor}.${version.revision}" />
|
||||
|
||||
<!-- Test props - override these defaults in the properties file or in command line -->
|
||||
|
|
|
@ -56,10 +56,10 @@ Smack Readme
|
|||
<table boder=0>
|
||||
<tr>
|
||||
<td>version:</td>
|
||||
<td><b>2.2.0</b></td>
|
||||
<td><b>2.2.1</b></td>
|
||||
</tr><tr>
|
||||
<td>released:</td>
|
||||
<td><b>March 9, 2006</b></td>
|
||||
<td><b>June 12, 2006</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -95,7 +95,7 @@ last release.
|
|||
<ul>
|
||||
<li>Use of thie Smack source code is governed by the Apache License:
|
||||
<pre>
|
||||
Copyright 2002-2005 Jive Software.
|
||||
Copyright 2002-2006 Jive Software.
|
||||
|
||||
All rights reserved. Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue