<!doctype html> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href="https://moxxy.org/css/index.css" rel="stylesheet" /> <link rel="shortcut icon" href="https://moxxy.org/img/favicon.ico" sizes="32x32" /> <link href="https://moxxy.org/feed.xml" type="application/atom+xml" rel="alternate" title="Moxxy Blog" /> <meta property="og:description" content="A modern XMPP client" /> <meta property="og:title" content="Moxxy | A modern XMPP client" /> <title>Moxxy | A modern XMPP client</title> </head> <body> <div class="flex flex-col"> <div class="relative h-16 inset-x-0 inset-y-0 px-4 shadow-md grid place-items-center"> <div class="flex flex-row items-center w-full"> <!-- The Moxxy logo --> <a href="https://moxxy.org/"> <img src="https://moxxy.org/img/logo.png" class="w-12 h-12 p-2" /> </a> <a href="https://moxxy.org/"> <span class="font-bold">Moxxy</span> </a> <!-- Spacer --> <div class="grow"></div> <a href="/blog/" class="px-2 text-sky-400">Blog</a> <a href="https://moxxy.org/developers/" class="px-2 text-sky-400">Developers</a> <a href="https://codeberg.org/moxxy/moxxy" class="px-2 text-sky-400">Source</a> </div> </div> <div class="w-full flex flex-row justify-center mt-2"> <div class="w-full lg:w-1/2 px-8 flex flex-col items-start"> <div class="flex flex-row items-center gap-x-3"> <h1 class="text-3xl">Blog posts</h1> <a href="https://moxxy.org/feed.xml"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M12.75 19.5v-.75a7.5 7.5 0 00-7.5-7.5H4.5m0-6.75h.75c7.87 0 14.25 6.38 14.25 14.25v.75M6 18.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" /> </svg> </a> </div> <div class="divide-y divide-blue-200"> <!-- Post item --> <div class="flex flex-col pt-4"> <a href="https://moxxy.org/blog/moxxy-muc-gsoc-final-report/"> <h1 class="text-indigo-400 prose prose-lg text-xl">GSoC report - Moxxy MUC implementation</h1> </a> <span class="text-md mt-2">Posted by <i>Ikjot Singh Dhody</i> on 2023-08-20</span> <!-- Blurp --> <span class="prose mt-4"> </span> </div> <!-- Post item --> <div class="flex flex-col pt-4"> <a href="https://moxxy.org/blog/join-muc-with-moxxy/"> <h1 class="text-indigo-400 prose prose-lg text-xl">Joining an MUC with Moxxy!</h1> </a> <span class="text-md mt-2">Posted by <i>Ikjot Singh Dhody</i> on 2023-07-24</span> <!-- Blurp --> <span class="prose mt-4"> <p>Greetings, readers!</p> <p>Welcome back to our series of blogs on the Google Summer of Code (GSoC) project. In this blog post, I'll be sharing the progress made in implementing Multi-User Chat (MUC) support in Moxxy, the frontend counterpart to my GSoC project.</p> </span> </div> <!-- Post item --> <div class="flex flex-col pt-4"> <a href="https://moxxy.org/blog/xep-0045-in-moxxmpp/"> <h1 class="text-indigo-400 prose prose-lg text-xl">XEP-0045 implementation in Moxxmpp</h1> </a> <span class="text-md mt-2">Posted by <i>Ikjot Singh Dhody</i> on 2023-06-17</span> <!-- Blurp --> <span class="prose mt-4"> <p>Hello readers!</p> <p>Welcome back to the GSoC series of blogs. This one is about my implementation of the MUC XEP (XEP-0045) in Moxxmpp.</p> </span> </div> <!-- Post item --> <div class="flex flex-col pt-4"> <a href="https://moxxy.org/blog/groupchat-gsoc-project/"> <h1 class="text-indigo-400 prose prose-lg text-xl">Moxxy's First GSoC Project!</h1> </a> <span class="text-md mt-2">Posted by <i>Ikjot Singh Dhody</i> on 2023-05-06</span> <!-- Blurp --> <span class="prose mt-4"> <p>Hello readers!</p> <p>As we know, Moxxy is an experimental IM for XMPP built using Flutter. While it does have a great set of features as described <a href="https://moxxy.org/">here</a>, it currently lacks support for group chats (or Multi-User-Chats). A great piece of news is that Google has accepted my proposal to add support for multi user chats in Moxxy.</p> </span> </div> <!-- Post item --> <div class="flex flex-col pt-4"> <a href="https://moxxy.org/blog/moxxys-new-website/"> <h1 class="text-indigo-400 prose prose-lg text-xl">Moxxy's New Website</h1> </a> <span class="text-md mt-2">Posted by <i>PapaTutuWawa</i> on 2023-01-24</span> <!-- Blurp --> <span class="prose mt-4"> <p>Hello everyone! Welcome on Moxxy's new website. It currently does not contain much but that may change in the future.</p> </span> </div> </div> </div> </div> </div> <footer class="h-8 w-full flex flex-row justify-center"> <span class="text-sm text-center"> Made with <3 by <a class="text-sky-400" href="https://polynom.me" target="_blank" rel="noopener noreferrer">PapaTutuWawa</a> using <a class="text-sky-400" href="https://tailwindcss.com/" target="_blank" rel="noopener noreferrer">TailwindCSS</a>, <a class="text-sky-400" href="https://jekyllrb.com/" target="_blank" rel="noopener noreferrer">Jekyll</a> and <a class="text-sky-400" href="https://heroicons.com/">heroicons</a>. </span> </footer> </body> </html>