<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width initial-scale=1"> <title>Prosody IM — XMPP Server</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <header> <h1>Prosody — XMPP Server</h1> </header> <main> <p>Whew! You made it to this place. Perhaps you want to communicate with me?</p> <p>Sign up on an <a href="https://list.jabber.at/">XMPP server</a> and contact me via an <a href="https://xmpp.org/software/clients/">XMPP client</a>. My username is <code>tachyon</code> [at] <code>chat.divineduty.xyz</code>.<p> </main> <footer class="content"> <hr> <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a class="footer-link" rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></p> <p><a class="footer-link" href="https://banyan.divineduty.xyz/GNUxeava/chat.divineduty.xyz">View source</a></p> <p>© 2022 ♥ Aditya Kumar</p> </footer> </body> </html>