xmpp_p2p
    Preparing search index...

    Normalized metadata extracted from XEP extension child elements.

    interface XepMetadata {
        carbon?: { forwardedMessage: Element; type: "received" | "sent" };
        chatState?: "paused" | "active" | "composing" | "inactive" | "gone";
        delay?: { from?: string; stamp: string };
        nick?: string;
        originId?: string;
        private?: boolean;
        receipt?: { id: string; type: "request" | "received" };
        replace?: string;
        reply?: { id: string; to?: string };
        stanzaId?: { by: string; id: string };
        thread?: string;
    }
    Index

    Properties

    carbon?: { forwardedMessage: Element; type: "received" | "sent" }
    chatState?: "paused" | "active" | "composing" | "inactive" | "gone"
    delay?: { from?: string; stamp: string }
    nick?: string
    originId?: string
    private?: boolean
    receipt?: { id: string; type: "request" | "received" }
    replace?: string
    reply?: { id: string; to?: string }
    stanzaId?: { by: string; id: string }
    thread?: string