mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-06 00:25:57 +01:00
21 lines
328 B
HTML
21 lines
328 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Data Forms</title>
|
||
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<div class="header">Data Forms</div><p>
|
||
|
|
||
|
Allows to gather data using Forms.<p>
|
||
|
|
||
|
<b>JEP related:</b> <a href="http://www.jabber.org/jeps/jep-0004.html">JEP-4</a>
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
<em>More coming soon.</em>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|