67P / hyperchannel

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

Missing channel userlist when reloading browser #127

Closed galfert closed 6 years ago

galfert commented 7 years ago

For all channels that the user already joined, after a browser reload the userlist of those channels is empty.

We probably need to do something similar to IRC, where we send an observe activity for the channel's user attendance after joining.

galfert commented 7 years ago

XMPP calls it "Querying for Room Items".

raucao commented 7 years ago

Cool, so that means the userlist already works in XMPP before a reload?

galfert commented 7 years ago

Yes, when joining a channel for the first time you should see the userlist.

galfert commented 7 years ago

Needs sockethub/sockethub-platform-xmpp#7