xmpp_p2p
    Preparing search index...

    Interface XmppFeedSubscriptionRecord

    interface XmppFeedSubscriptionRecord {
        jid: string;
        peerId: string;
        subscribedAt: string;
        topic: string;
        updatedAt: string;
        visibility: XmppFeedVisibility;
    }

    Hierarchy (View Summary)

    Index

    Properties

    jid: string
    peerId: string
    subscribedAt: string
    topic: string
    updatedAt: string
    visibility: XmppFeedVisibility