Add info about biboumi

This commit is contained in:
g1n 2022-06-28 07:16:24 +00:00
parent e2afdbfb90
commit 7e90e0204b
2 changed files with 6 additions and 0 deletions

View File

@ -23,4 +23,6 @@ if ($opendirectory = opendir('/home')) {
<hr>
<h3>Our services</h3>
<p>~&gt; <a href="https://mail.hextilde.xyz">Webmail</a></p>
<p>~&gt; <a href="wiki/xmpp.php">XMPP</a></p>
<p>~&gt; <a href="wiki/xmpp.php#biboumi">Biboumi</a></p>
<?php include 'footer.php' ?>

View File

@ -6,5 +6,9 @@
<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 id="biboumi"><a href="#biboumi">~&gt; biboumi</a></h4>
<p>We also host <a href="https://biboumi.louiz.org/">biboumi</a> instance. You can use it to join irc channel using xmpp.</p>
<p>Use format similar to this:</p>
<code>#hextilde%tilde.chat@irc.hextilde.xyz</code>
<h4>~&gt; Also check <a href="https://tilde.wiki/wiki/XMPP">page on ~wiki about XMPP</a></h4>
<?php include 'footer.php'; ?>