aksonov / react-native-xmpp

XMPP library for React Native (iOS and Android native support)
BSD 2-Clause "Simplified" License
308 stars 98 forks source link

Complete roster items. #35

Closed Froelund closed 8 years ago

Froelund commented 8 years ago

A lot of properties on the roster items are lost in conversion. Those should be added.

roster items should look like:

{
  "username": "testuser",
  "displayName": "Kristian",
  "groups": [
    "Contacts"
  ],
  "subscription": "from"
}