Reputation: 24073
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?
Upvotes: 0
Views: 305
Reputation: 7924
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.
Upvotes: 1