Flow
Flow

Reputation: 24073

Is it possible that the same full JID joins a XMPP MUC multiple times with different user names?

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

Answers (1)

MattJ
MattJ

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

Related Questions