diff --git a/_posts/2023-07-24-Join-MUC-With Moxxy.md b/_posts/2023-07-24-Join-MUC-With Moxxy.md index 650996d..88c9ca2 100644 --- a/_posts/2023-07-24-Join-MUC-With Moxxy.md +++ b/_posts/2023-07-24-Join-MUC-With Moxxy.md @@ -22,7 +22,7 @@ To implement MUC support in Moxxy, we need to extend its functionality and intro #### JoinGroupchatPage -This page will contain 2 text fields, one for the JID, one for the nick. It also has a button that allows us to join a MUC. It is an alternative route to the current StartChat page, if the user selects that they want to join a groupchat. +This page will contain just 1 text field - for the nickname that the user wants to join with. It also has a button that allows us to join the MUC with said nickname. It is an additional route to the current StartChat page, if the user selects that they want to join a groupchat. ### New Command