xmpp_p2p
    Preparing search index...

    Interface XmppMucMessage

    interface XmppMucMessage {
        body: string;
        encrypted?: boolean;
        encryption?: "omemo";
        from: string;
        fromPeerId: string;
        id: string;
        reply?: { id: string; to?: string };
        room: string;
        thread?: string;
        timestamp: string;
    }
    Index

    Properties

    body: string
    encrypted?: boolean
    encryption?: "omemo"
    from: string
    fromPeerId: string
    id: string
    reply?: { id: string; to?: string }
    room: string
    thread?: string
    timestamp: string