bonfire-xmpp / bonfire

A modern XMPP client
GNU General Public License v2.0
4 stars 0 forks source link

Implement roster data population #15

Closed misterupkeep closed 3 years ago

misterupkeep commented 3 years ago

Calling getRoster() seems to only get JIDs. Populate it with avatars, moods and presences in a list in the store, so that we can display rich data in the UI.

misterupkeep commented 3 years ago

Branch bonfire/roster-view is addressing this