From b93f74aac454da6683339133128ea3349d69491d Mon Sep 17 00:00:00 2001 From: Ikjot Singh Dhody Date: Wed, 26 Jul 2023 00:13:02 +0530 Subject: [PATCH] blog: Fix text-field description MUC. Signed-off-by: Ikjot Singh Dhody --- _posts/2023-07-24-Join-MUC-With Moxxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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