2003-01-20 16:44:29 +01:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Smack Changelog</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 Changelog
|
|
|
|
</div>
|
|
|
|
|
2003-03-10 00:42:20 +01:00
|
|
|
<p>
|
|
|
|
<b>1.0 Beta 3</b> - March 9, 2003
|
|
|
|
<p>
|
|
|
|
<ul>
|
|
|
|
<li>Add new AccountManager class which can be used to create accounts, delete accounts,
|
|
|
|
and update passwords of existing accounts.
|
|
|
|
<li>Fixed bug reading packet properties.
|
|
|
|
<li>Fixed NullPointer in the FromContainsFilter.
|
|
|
|
<li>Improved XMPPException class, which includes bug fixes and XMPP error codes.
|
|
|
|
<li>Improved error handling and messages on the login operation.
|
|
|
|
<li>Added ability to the XMPPConnection class find if the user has authenticated,
|
|
|
|
and if so, under which username and resource.
|
|
|
|
<li>Debug window title now adjusts based on who authenticated user is.
|
|
|
|
<li>Improved Javadocs.
|
|
|
|
</ul>
|
|
|
|
|
2003-02-10 06:11:54 +01:00
|
|
|
<p>
|
|
|
|
<b>1.0 Beta 2</b> - February 10, 2003
|
|
|
|
<p>
|
|
|
|
<ul>
|
|
|
|
<li>Source now compiles under JDK 1.2/1.3.
|
|
|
|
<li>Added initial roster support. A lot of functionality is still
|
|
|
|
missing, however, and will be added for subsequent beta releases.
|
|
|
|
<li>The smack.jar file was not included in the distribution.
|
|
|
|
<li>SSL cerficate check is now more strict.
|
|
|
|
<li>The XML parser used is now smaller.
|
|
|
|
<li>Fixed XMPPConnection.close() errors.
|
|
|
|
<li>The XML library should now load correctly in J2EE environments.
|
|
|
|
</ul>
|
|
|
|
|
2003-01-20 16:44:29 +01:00
|
|
|
<p>
|
|
|
|
<b>1.0 Beta 1.1</b> - January 20, 2003
|
|
|
|
<p>
|
|
|
|
<ul>
|
|
|
|
<li>XML JAR was not being merged correctly with smack.jar by build process, which
|
|
|
|
caused XML parsing to fail.
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<b>1.0 Beta 1</b> - January 17, 2003
|
|
|
|
<p>
|
|
|
|
<ul>
|
|
|
|
<li>Initial release.
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|