From 33326bca92fa8f7e4508184eec725be8607cb5c8 Mon Sep 17 00:00:00 2001 From: Ikjot Singh Dhody Date: Sun, 27 Aug 2023 16:11:47 +0530 Subject: [PATCH] blog: Formatting changes Signed-off-by: Ikjot Singh Dhody --- .../2023-08-20-Moxxy-MUC-GSoC-Final-Report.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_posts/2023-08-20-Moxxy-MUC-GSoC-Final-Report.md b/_posts/2023-08-20-Moxxy-MUC-GSoC-Final-Report.md index 683ac7e..f7a6874 100644 --- a/_posts/2023-08-20-Moxxy-MUC-GSoC-Final-Report.md +++ b/_posts/2023-08-20-Moxxy-MUC-GSoC-Final-Report.md @@ -10,7 +10,7 @@ author: Ikjot Singh Dhody **Organization:** XMPP Standards Foundation **Duration:** March 2023 - August 2023 **Student:** Ikjot Singh Dhody -**Mentor:** [Mentor's Name] +**Mentor:** Alexander ## Introduction @@ -21,8 +21,8 @@ This report presents the culmination of my work on the GSoC project "Moxxy: Impl ### Personal and Social/Contact Details - **Name:** Ikjot Singh Dhody -- **Jabber ID:** ikjot-2605@jabber.fr -- **Email:** ikjotsd@gmail.com +- **Jabber ID:** ikjot-2605[at]jabber.fr +- **Email:** ikjotsd[at]gmail.com - **GitHub:** [ikjot-2605](https://github.com/ikjot-2605) - **LinkedIn:** [LinkedIn Profile](https://www.linkedin.com/in/ikjotsd/) @@ -46,10 +46,10 @@ I have outlined the features I implemented through the GSoC period below. - Moxxy 1. [Add groupchat support for Moxxy](https://codeberg.org/moxxy/moxxy/pulls/300) - website (blog) - 1. [Add blog for GSoC MUC project introduction. ](https://codeberg.org/moxxy/website/pulls/2) - 2. [Blog for XEP 0045 support in Moxxmpp ](https://codeberg.org/moxxy/website/pulls/3) - 3. [ New blog - Join an MUC with Moxxy! ](https://codeberg.org/moxxy/website/pulls/4) - 4. [Final GSoC Report Blog ](https://codeberg.org/moxxy/website/pulls/5) + 1. [Add blog for GSoC MUC project introduction.](https://codeberg.org/moxxy/website/pulls/2) + 2. [Blog for XEP 0045 support in Moxxmpp](https://codeberg.org/moxxy/website/pulls/3) + 3. [ New blog - Join an MUC with Moxxy!](https://codeberg.org/moxxy/website/pulls/4) + 4. [Final GSoC Report Blog](https://codeberg.org/moxxy/website/pulls/5) ### Feature Use-Cases The group chat feature required changes to the Moxxy codebase, as well as the moxxmpp codebase. Moxxmpp is the data worker that sends and maintains all the request requirements of the Moxxy frontend. These are the list of contributions across both projects: @@ -74,7 +74,7 @@ Outlined below are commits made across both codebases throughout the GSoC period There were 2 PRs merged for this codebase. -1. XEP-0421 support for occupant ID support. +- XEP-0421 support for occupant ID support. | Serial Number | Commit Hash | Description | |---------------|----------------|--------------------------------------------------| @@ -83,7 +83,7 @@ There were 2 PRs merged for this codebase. | 3 | ac5bb9e461 | feat(xep): Implement XEP 0421 in Moxxmpp. | -2. XEP-0045 support for MUC support. +- XEP-0045 support for MUC support. | Serial Number | Commit Hash | Description | |---------------|----------------|--------------------------------------------------| @@ -111,7 +111,7 @@ There were 2 PRs merged for this codebase. #### Moxxy -1. Implement MUCs in Moxxy +- Implement MUCs in Moxxy | Serial Number | Commit Hash | Description | |---------------|----------------|--------------------------------------------------| @@ -195,7 +195,7 @@ There were 2 PRs merged for this codebase. ## Future Work -The future remaining work has been enlisted in this issue by my mentor: https://codeberg.org/moxxy/moxxy/issues/315. +The future remaining work has been enlisted in this issue by my mentor [here](https://codeberg.org/moxxy/moxxy/issues/315). This includes a list of improvements, bug fixes and general future requirements that will be needed to make the groupchat experience pleasurable for the users of Moxxy.