mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-08 09:15:58 +01:00
21 lines
409 B
HTML
21 lines
409 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Multi User Chat</title>
|
||
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<div class="header">Multi User Chat</div><p>
|
||
|
|
||
|
Allows configuration of, participation in, and administration of individual text-based conference rooms.<p>
|
||
|
|
||
|
<b>JEP related:</b> <a href="http://www.jabber.org/jeps/jep-0045.html">JEP-45</a>
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
<em>More coming soon.</em>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|