67P / hyperchannel

Kosmos Chat for the Web
Mozilla Public License 2.0
20 stars 3 forks source link

Introduce user object #180

Open galfert opened 5 years ago

galfert commented 5 years ago

At the moment, chat rooms only contain an array of strings for the usernames in that room.

Especially for XMPP, there is more information we need to keep track of (e.g. role, avatar, etc.), so we should introduce a user object.