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 217d6d3..683ac7e 100644 --- a/_posts/2023-08-20-Moxxy-MUC-GSoC-Final-Report.md +++ b/_posts/2023-08-20-Moxxy-MUC-GSoC-Final-Report.md @@ -36,9 +36,20 @@ This report presents the culmination of my work on the GSoC project "Moxxy: Impl ## The Project Before getting into the details of the actual project - here is a demo screencast for the implementation: -![](../assets/img/moxxy-muc.gif) +![](../assets/img/moxxy-muc-demo.gif) I have outlined the features I implemented through the GSoC period below. +### PRs merged +- moxxmpp + 1. [Add support for XEP-0421](https://codeberg.org/moxxy/moxxmpp/pulls/45) + 2. [Implement XEP-0045 support in moxxmpp](https://codeberg.org/moxxy/moxxmpp/pulls/46) +- 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) ### 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: diff --git a/assets/img/moxxy-muc-demo.gif b/assets/img/moxxy-muc-demo.gif new file mode 100644 index 0000000..cd6b772 Binary files /dev/null and b/assets/img/moxxy-muc-demo.gif differ diff --git a/assets/img/moxxy-muc.gif b/assets/img/moxxy-muc.gif deleted file mode 100644 index 78d0a99..0000000 Binary files a/assets/img/moxxy-muc.gif and /dev/null differ