site/wiki/xmpp.php

11 lines
797 B
PHP

<?php include 'header.php'; ?>
<h3>XMPP</h3>
<p>XMPP is an open communication protocol designed for instant messaging, presence information, and contact list maintenance.</p>
<p>We provide XMPP server as service for our users.</p>
<a href='https://compliance.conversations.im/server/hextilde.xyz'><img src='https://compliance.conversations.im/badge/hextilde.xyz'></a>
<h4>~&gt; How to connect</h4>
<p>To connect to our XMPP server, you just need to use <code>username@hextilde.xyz</code> as your username and your shell password as your password in your XMPP client</p>
<p>Join hextilde MUC on xmpp - <a href="xmpp:0x~@muc.hextilde.xyz?join">0x~@muc.hextilde.xyz</a></p>
<h4>~&gt; Also check <a href="https://tilde.wiki/wiki/XMPP">page on ~wiki about XMPP</a></h4>
<?php include 'footer.php'; ?>