blog: Fix text-field description MUC.

Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
This commit is contained in:
Ikjot Singh Dhody 2023-07-26 00:13:02 +05:30
parent 6fdf62bd05
commit b93f74aac4

View File

@ -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