2003-08-19 15:20:42 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Smack Extensions User Manual</title>
|
2003-08-29 20:47:39 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
2003-08-19 15:20:42 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2003-08-29 20:47:39 +02:00
|
|
|
<div class="header">Smack Extensions Manual</div>
|
2003-08-19 15:20:42 +02:00
|
|
|
<p>The XMPP protocol includes a base protocol and many optional extensions. Smack provides the
|
|
|
|
org.jivesoftware.smack package for the core XMPP protocol, and the org.jivesoftware.smackx package for
|
|
|
|
many of the protocol extensions.</p>
|
|
|
|
|
|
|
|
<p>This manual provides details about each of the "smackx" extensions, including what
|
|
|
|
it is, how to use it, and some simple example code.
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|