blob: 6b3289b049ff71db64253dd4839575a060618d51 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<title>Vysper Documentation &mdash; Apache MINA</title>
<link href="/assets/css/common.css" rel="stylesheet" type="text/css"/>
<link href="/assets/css/vysper.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="container">
<div id="header">
<div id="subProjectsNavBar">
<a href="/">
Apache MINA Project
</a>
&nbsp;|&nbsp;
<a href="/mina-project/">
MINA
</a>
&nbsp;|&nbsp;
<a href="/asyncweb-project/">
AsyncWeb
</a>
&nbsp;|&nbsp;
<a href="/ftpserver-project/">
FtpServer
</a>
&nbsp;|&nbsp;
<a href="/sshd-project/">
SSHD
</a>
&nbsp;|&nbsp;
<a href="/vysper-project/">
<strong>Vysper</strong>
</a>
</div>
</div>
<div id="content">
<div id="leftColumn">
<div id="navigation">
<h5>Overview</h5>
<ul>
<li><a href="/vysper-project/index.html">Home</a> </li>
<li><a href="/vysper-project/documentation.html">Documentation</a></li>
<li><a href="/vysper-project/downloads.html">Downloads</a></li>
<li><a href="/vysper-project/sources.html">Source</a></li>
</ul>
<h5>Community</h5>
<ul>
<li><a href="/vysper-project/mailing_lists.html">Mailing Lists</a></li>
<li><a href="/vysper-project/getting_involved.html">Getting Involved</a></li>
<li><a href="/vysper-project/issue_tracking.html">Issue Tracking</a></li>
<li><a href="https://www.apache.org/foundation/contributing.html">Contributing</a></li>
<li><a href="https://www.apache.org/licenses/">License</a></li>
<li><a href="https://www.apache.org/security/">Security</a></li>
</ul>
<h5>Sponsorship</h5>
<ul>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="https://www.apache.org/">apache.org</a></li>
</ul>
</div>
</div>
<div id="rightColumn">
<h2 id="what-is-it">What is it?</h2>
<p>Apache Vysper aims to be a full blown <a href="http://www.xmpp.org/">XMPP</a> (=eXtensible Messaging and Presence Protocol) server.
The core of XMPP is defined in the standards <a href="http://www.ietf.org/rfc/rfc3920.txt">RFC3920</a> and <a href="http://www.ietf.org/rfc/rfc3921.txt">RFC3921</a>.</p>
<p>XMPP is more commonly known as &lsquo;Jabber&rsquo;.</p>
<h2 id="xmpp-specifications">XMPP Specifications</h2>
<p>A <a href="standards_supported.html">list of the implementation status</a> of the various specifications are available.</p>
<h2 id="architecture">Architecture</h2>
<ul>
<li><a href="xml_processing.html">XML Processing</a></li>
<li><a href="stanza_processing_layer.html">Stanza processing</a></li>
<li><a href="user_mgmt.html">User authentication and management</a></li>
</ul>
<h2 id="using-the-server">Using the server</h2>
<p>Apache Vysper can run stand-alone or <a href="embed.html">embedded into another application</a>
It should work with any <a href="http://en.wikipedia.org/wiki/List_of_Jabber_client_software">compliant XMPP client</a>.
A <a href="test_client.html">test client</a> is included with the project.</p>
<h2 id="modulesendpoints">Modules/endpoints</h2>
<p>Here you can find documentation for using some of the Vysper extensions. Modules usually implement different XEP specifications, while Endpoints implement network protocols.</p>
<ul>
<li><a href="server_to_server_comm.html">Server-to-server connections</a></li>
<li><a href="socks5.html">SOCKS5 bytestream module</a></li>
<li><a href="websocket_endpoint.html">Websockets endpoint</a></li>
</ul>
</div>
<div id="endContent"></div>
</div>
<div id="footer">
&copy; 2003-2022, <a href="https://www.apache.org">The Apache Software Foundation</a> - <a href="/privacy-policy.html">Privacy Policy</a><br />
Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
</div>
</div>
</body>
</html>