xmpp_p2p
    Preparing search index...

    Interface XmppPresence

    Normalized presence record used by the roster manager.

    interface XmppPresence {
        from: string;
        nickname?: string;
        show?: string;
        status?: string;
        to: string;
        type?: string;
    }
    Index

    Properties

    from: string
    nickname?: string
    show?: string
    status?: string
    to: string
    type?: string