xmpp_p2p
    Preparing search index...

    Interface XmppMicroblogPostOptions

    Options used when building an Atom entry for a microblog post.

    interface XmppMicroblogPostOptions {
        alternateHref?: string;
        atomId?: string;
        author?: string;
        authorUri?: string;
        categories?: string[];
        contentType?: "text" | "xhtml";
        geoloc?: XmppAtomGeoloc;
        links?: XmppAtomLink[];
        publishedAt?: string;
        summary?: string;
        title?: string;
        updatedAt?: string;
    }
    Index

    Properties

    alternateHref?: string
    atomId?: string
    author?: string
    authorUri?: string
    categories?: string[]
    contentType?: "text" | "xhtml"
    links?: XmppAtomLink[]
    publishedAt?: string
    summary?: string
    title?: string
    updatedAt?: string