xmpp_p2p
    Preparing search index...

    Interface XmppDiscoItem

    Entry in a disco#items response.

    interface XmppDiscoItem {
        jid: string;
        name?: string;
        node?: string;
    }
    Index

    Properties

    Properties

    jid: string
    name?: string
    node?: string