I have a use case where the same full JID needs to join the same MUC with different user names.
Is this supported by XMPP and XEP-0045?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, it’s not possible using the standard protocol in XEP-0045. The MUC room uses the full JID to identify the sender for incoming stanzas.
If I were to customize a server to allow this behaviour I would probably look at using XEP-0172: User Nickname to signal which nickname a given stanza is supposed to be from.