candy-chat / candy

JavaScript-based multi-user chat client for XMPP.
http://candy-chat.github.io/candy
MIT License
1.32k stars 370 forks source link

User with multiple sessions does not show in occupants list #475

Open guusdk opened 8 years ago

guusdk commented 8 years ago

The XMPP MUC specification allows a user to enter a room from different resources, using the same nickname. This is useful, for instance, when you want to be in the room from both your laptop as well as your mobile phone. See http://xmpp.org/extensions/xep-0045.html#enter-conflict

In its occupants list, Candy does not show users that are logged in with more than one device (using the same nickname).

lkraav commented 6 years ago

I can confirm this is the case. Commit 9b8b571 doesn't seem to do anything meaningful for solving this issue.