edgeport - v1.0.6
    Preparing search index...

    Interface RosterItem

    A contact from the roster (RFC 6121 jabber:iq:roster).

    interface RosterItem {
        groups: string[];
        jid: string;
        name?: string;
        subscription: string;
    }
    Index
    groups: string[]

    The groups the contact belongs to.

    jid: string

    The contact's bare JID.

    name?: string

    The contact's display name, when set.

    subscription: string

    The subscription state (none, to, from, both, remove).