xmpp_p2p
    Preparing search index...

    Interface XmppRosterPresenceState

    interface XmppRosterPresenceState {
        nickname?: string;
        receivedAt: string;
        show?: string;
        status?: string;
        type: "available" | "unavailable";
    }
    Index

    Properties

    nickname?: string
    receivedAt: string
    show?: string
    status?: string
    type: "available" | "unavailable"