xmpp_p2p
    Preparing search index...

    Interface XmppDiscoIdentity

    Service identity published in disco#info responses.

    interface XmppDiscoIdentity {
        category: string;
        lang?: string;
        name?: string;
        type?: string;
    }
    Index

    Properties

    category: string
    lang?: string
    name?: string
    type?: string