xmpp_p2p
    Preparing search index...

    Interface XmppCollectionPost

    interface XmppCollectionPost {
        atomId?: string;
        author?: string;
        body: string;
        categories?: string[];
        collectionId: string;
        contentType?: "text" | "xhtml";
        from: string;
        geoloc?: XmppAtomGeoloc;
        id: string;
        links?: XmppAtomLink[];
        node?: string;
        publishedAt: string;
        receivedAt: string;
        sourceTopic: string;
        summary?: string;
        title?: string;
        topic: string;
        updatedAt: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    atomId?: string
    author?: string
    body: string
    categories?: string[]
    collectionId: string
    contentType?: "text" | "xhtml"
    from: string
    id: string
    links?: XmppAtomLink[]
    node?: string
    publishedAt: string
    receivedAt: string
    sourceTopic: string
    summary?: string
    title?: string
    topic: string
    updatedAt: string