2003-09-28 20:46:19 +02:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Smack Readme</title>
|
|
|
|
<style type="text/css">
|
|
|
|
BODY {
|
|
|
|
font-size : 100%;
|
|
|
|
}
|
|
|
|
BODY, TD, TH {
|
|
|
|
font-family : tahoma, verdana, arial, helvetica, sans-serif;
|
|
|
|
font-size : 0.8em;
|
|
|
|
}
|
|
|
|
A:hover {
|
|
|
|
text-decoration : none;
|
|
|
|
}
|
|
|
|
.pageheader {
|
|
|
|
font-family : arial, helvetica, sans-serif;
|
|
|
|
font-size : 14pt;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.header {
|
|
|
|
font-family : tahoma, arial, helvetica, sans-serif;
|
|
|
|
font-size : 1.4em;
|
|
|
|
font-weight: bold;
|
|
|
|
border-bottom : 1px #ccc solid;
|
|
|
|
padding-bottom : 2px;
|
|
|
|
}
|
|
|
|
.subheader {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #600;
|
|
|
|
}
|
|
|
|
TT {
|
|
|
|
font-family : courier new;
|
|
|
|
font-weight : bold;
|
|
|
|
color : #060;
|
|
|
|
}
|
|
|
|
PRE {
|
|
|
|
font-family : courier new;
|
|
|
|
font-size : 100%;
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
font-size : 0.8em;
|
|
|
|
color : #666;
|
|
|
|
text-align : center;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="header">
|
|
|
|
Smack Readme
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<table boder=0>
|
|
|
|
<tr>
|
|
|
|
<td>version:</td>
|
2004-10-31 15:23:27 +01:00
|
|
|
<td><b>1.4.1</b></td>
|
2003-09-28 20:46:19 +02:00
|
|
|
</tr><tr>
|
|
|
|
<td>released:</td>
|
2004-11-15 08:16:06 +01:00
|
|
|
<td><b>November 15, 2004</b></td>
|
2003-09-28 20:46:19 +02:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Thank you for downloading Smack!
|
|
|
|
<p>
|
|
|
|
|
|
|
|
Start off by viewing the <a href="documentation/index.html">documentation</a>
|
|
|
|
that can be found in the "documentation" directory included with this distribution.
|
|
|
|
<p>
|
2004-10-31 01:39:48 +02:00
|
|
|
Further information can be found on the <a href="http://www.jivesoftware.org/smack">
|
2003-09-28 20:46:19 +02:00
|
|
|
Smack website</a>. If you need help using or would like to make contributions or
|
|
|
|
fixes to the code, please visit the
|
2004-10-31 15:23:27 +01:00
|
|
|
<a href="http://www.jivesoftware.org/forums/forum.jspa?forumID=39">online forum</a>.
|
2003-09-28 20:46:19 +02:00
|
|
|
|
|
|
|
<p><b>About the Distribution</b><p>
|
|
|
|
|
|
|
|
The <tt>smack.jar</tt> file in the main distribution folder is the only binary file
|
|
|
|
required for embedding XMPP functionality into client applications. The optional
|
2004-03-11 17:45:21 +01:00
|
|
|
<tt>smackx.jar</tt> contains the <a href="documentation/extensions/index.html">Smack extensions</a>
|
|
|
|
while <tt>smackx-debug.jar</tt> contains an enhanced debugger.<p>
|
2003-10-03 03:05:04 +02:00
|
|
|
|
|
|
|
If you downloaded the developer release, the full source of the library is included in
|
|
|
|
the <tt>source</tt> directory and can be compiled using the build scripts found in the
|
|
|
|
<tt>build</tt> directory (please see the README file in the build directory for further details).
|
2003-09-28 20:46:19 +02:00
|
|
|
|
|
|
|
<p><b>Changelog and Upgrading</b><p>
|
|
|
|
|
|
|
|
View the <a href="changelog.html">changelog</a> for a list of changes since the
|
|
|
|
last release.
|
|
|
|
|
2004-11-03 00:53:30 +01:00
|
|
|
<p><b>License Agreements</b><p>
|
|
|
|
<ul>
|
|
|
|
<li>Use of thie Smack source code is governed by the Apache License:
|
2003-09-28 20:46:19 +02:00
|
|
|
<pre>
|
2004-11-03 00:53:30 +01:00
|
|
|
Copyright 2002-2004 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.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
</pre></li>
|
2003-09-28 20:46:19 +02:00
|
|
|
|
2004-11-03 00:53:30 +01:00
|
|
|
<li>Smack contains icons and images licensed from INCORS GmbH. You are not licensed
|
|
|
|
to use these icons outside of Smack.</li>
|
|
|
|
|
|
|
|
<li>Third-party source code is licensed as noted in their source files.
|
|
|
|
|
|
|
|
</ul>
|
2003-09-28 20:46:19 +02:00
|
|
|
</body>
|
|
|
|
</html>
|