2003-09-28 20:46:19 +02:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Smack Readme</title>
|
2007-02-04 22:24:51 +01:00
|
|
|
<style type="text/css">
|
|
|
|
/* global font and body settings */
|
|
|
|
body {
|
|
|
|
font-size : 100%;
|
|
|
|
background-color : #d3d6d9;
|
2008-10-31 06:15:55 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 30px 0;
|
2007-02-04 22:24:51 +01:00
|
|
|
}
|
|
|
|
body, td, th {
|
|
|
|
font-family : arial, helvetica, sans-serif;
|
|
|
|
font-size : 10pt;
|
|
|
|
}
|
|
|
|
pre, tt, code {
|
2008-10-31 06:15:55 +01:00
|
|
|
font-family : courier new, monospace;
|
2007-02-04 22:24:51 +01:00
|
|
|
font-size : 9pt;
|
|
|
|
}
|
|
|
|
#pageContainer {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
clear: both;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #999;
|
|
|
|
padding: 40px;
|
|
|
|
margin: 30px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
}
|
|
|
|
#pageHeader {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
height: 80px;
|
|
|
|
background-color: #e7eaee;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
border-bottom: none;
|
2008-10-31 06:15:55 +01:00
|
|
|
-moz-border-radius: 5px 5px 0 0;
|
|
|
|
margin: 10px 0 0 0;
|
2007-02-04 22:24:51 +01:00
|
|
|
}
|
|
|
|
#pageBody {
|
2008-10-31 06:15:55 +01:00
|
|
|
margin: 0 18px 0 20px;
|
2007-02-04 22:24:51 +01:00
|
|
|
}
|
|
|
|
/* anchors */
|
|
|
|
a:link {
|
|
|
|
color: #11568c;
|
|
|
|
}
|
|
|
|
a:visited {
|
|
|
|
color: #571c8d;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color: #7a1d42;
|
|
|
|
text-decoration : underline;
|
|
|
|
}
|
|
|
|
a:active {
|
|
|
|
color: #7a1d42;
|
|
|
|
}
|
|
|
|
/* page header elements (logo and navigation) */
|
|
|
|
.navigation {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
height: 20px;
|
|
|
|
background-color: #335588;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
border-top: none;
|
|
|
|
color: #ffffff;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 18px;
|
2008-10-31 06:15:55 +01:00
|
|
|
padding: 0 0 0 0;
|
|
|
|
margin: 0 0 25px 0;
|
2007-02-04 22:24:51 +01:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.navigation a {
|
2008-10-31 06:15:55 +01:00
|
|
|
margin: 0 20px 0 20px;
|
2007-02-04 22:24:51 +01:00
|
|
|
}
|
|
|
|
.navigation a:link { color: #ffffff; }
|
|
|
|
.navigation a:visited { color: #ffffff; }
|
|
|
|
.navigation a:hover { color: #ffffff; }
|
|
|
|
.navigation a:active { color: #ffffff; }
|
|
|
|
/* headings */
|
|
|
|
h1 {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
font-size : 1.7em;
|
|
|
|
font-weight : bold;
|
|
|
|
color: #670e15;
|
2008-10-31 06:15:55 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 30px 0 0 20px;
|
2007-02-04 22:24:51 +01:00
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size : 1.3em;
|
|
|
|
font-weight : bold;
|
2008-10-31 06:15:55 +01:00
|
|
|
margin: 40px 0 6px 0;
|
|
|
|
padding: 0;
|
2007-02-04 22:24:51 +01:00
|
|
|
color: #335588;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size : 1.0em;
|
|
|
|
font-weight : bold;
|
2008-10-31 06:15:55 +01:00
|
|
|
margin: 25px 0 3px 0;
|
|
|
|
padding: 0;
|
2007-02-04 22:24:51 +01:00
|
|
|
color: #334466;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* general elements */
|
|
|
|
p {
|
2008-10-31 06:15:55 +01:00
|
|
|
margin: 0 0 15px 0;
|
2007-02-04 22:24:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
2008-10-31 06:15:55 +01:00
|
|
|
margin: 5px 0 15px 15px;
|
2007-02-04 22:24:51 +01:00
|
|
|
}
|
|
|
|
li {
|
|
|
|
padding-bottom : 4px;
|
|
|
|
}
|
|
|
|
tt {
|
2008-10-31 06:15:55 +01:00
|
|
|
font-family : courier new, monospace;
|
2007-02-04 22:24:51 +01:00
|
|
|
font-weight : bold;
|
|
|
|
color : #060;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
display: block;
|
|
|
|
height: 1px;
|
|
|
|
background-color: #999999;
|
|
|
|
border: none;
|
2008-10-31 06:15:55 +01:00
|
|
|
margin: 40px 0 20px 0;
|
2007-02-04 22:24:51 +01:00
|
|
|
}
|
|
|
|
</style>
|
2003-09-28 20:46:19 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2007-02-04 22:24:51 +01:00
|
|
|
<div id="pageContainer">
|
|
|
|
|
|
|
|
<div id="pageHeader">
|
|
|
|
<h1>Smack Readme</h1>
|
|
|
|
</div>
|
|
|
|
<div class="navigation">
|
|
|
|
<a href="README.html">Readme</a>|<a href="changelog.html"><strong>Changelog</strong></a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="pageBody">
|
2003-09-28 20:46:19 +02:00
|
|
|
|
|
|
|
<p>
|
2008-10-31 06:15:55 +01:00
|
|
|
<table border=0>
|
2003-09-28 20:46:19 +02:00
|
|
|
<tr>
|
2007-02-04 22:24:51 +01:00
|
|
|
<td align="right">version:</td>
|
|
|
|
<td><b>@version@</b></td>
|
2014-02-14 18:13:51 +01:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="right">released:</td>
|
|
|
|
<td><b>@releasedate@</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>
|
2007-02-04 22:24:51 +01:00
|
|
|
Further information can be found on the <a href="http://www.igniterealtime.org/projects/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
|
2007-02-04 22:24:51 +01:00
|
|
|
<a href="http://www.igniterealtime.org/forum/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
|
2014-02-14 18:13:51 +01:00
|
|
|
<tt>smack-extensions.jar</tt> contains the <a href="documentation/extensions/index.html">Smack extensions</a>
|
|
|
|
while <tt>smack-debug.jar</tt> contains an enhanced debugger.<p>
|
2003-10-03 03:05:04 +02:00
|
|
|
|
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>
|
2014-02-14 18:13:51 +01:00
|
|
|
<li>Use of the Smack source code is governed by the Apache License:
|
2003-09-28 20:46:19 +02:00
|
|
|
<pre>
|
2008-10-31 06:15:55 +01:00
|
|
|
Copyright 2002-2008 Jive Software.
|
2004-11-03 00:53:30 +01:00
|
|
|
|
2014-02-17 18:57:38 +01:00
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
2004-11-03 00:53:30 +01:00
|
|
|
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.
|
|
|
|
|
2008-10-31 06:15:55 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
2003-09-28 20:46:19 +02:00
|
|
|
</body>
|
|
|
|
</html>
|