xmpp_p2p
    Preparing search index...

    Interface XmppDiscoInfo

    Cached disco#info payload with computed entity capability hash.

    interface XmppDiscoInfo {
        cachedAt: string;
        features: string[];
        hash: string;
        identities: XmppDiscoIdentity[];
        node?: string;
        ver: string;
    }
    Index

    Properties

    cachedAt: string
    features: string[]
    hash: string
    identities: XmppDiscoIdentity[]
    node?: string
    ver: string