mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
27 lines
992 B
HTML
27 lines
992 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Smack Extensions User Manual</title>
|
||
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="header">Smack Legacy Manual</div>
|
||
|
<p>The XMPP protocol includes a base protocol and many optional extensions
|
||
|
typically documented as "XEP's". Smack provides the smack-legacy artifcate, with
|
||
|
implementations of now <b>obsolete</b> XEPs. You should no longer use this code!</p>
|
||
|
|
||
|
<div class="subheader">Legacy Extensions</div><p>
|
||
|
|
||
|
<table border="0" width="85%" cellspacing="0" cellpadding="3" style="border:1px #bbb solid;">
|
||
|
<tr bgcolor="#ddeeff">
|
||
|
<td><b>Name</b></td><td><b>XEP #</b></td><td><b>Description</b></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td><a href="messageevents.html">Message Events</a></td>
|
||
|
<td><a href="http://www.xmpp.org/extensions/xep-0022.html">XEP-0022</a></td>
|
||
|
<td>Requests and responds to message events.</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|