xmpp_p2p
    Preparing search index...

    Interface XmppDiscoveryCollection

    interface XmppDiscoveryCollection {
        id: string;
        members?: XmppDiscoveryCollectionMember[];
        name?: string;
        topic: string;
    }
    Index

    Properties

    Properties

    id: string
    name?: string
    topic: string