xmpp_p2p
    Preparing search index...

    Interface XmppPubSubMessage

    interface XmppPubSubMessage {
        body: string;
        encrypted?: boolean;
        encryption?: "openpgp" | "omemo";
        from: string;
        itemId?: string;
        keyId?: string;
        node?: string;
        topic: string;
    }
    Index

    Properties

    body: string
    encrypted?: boolean
    encryption?: "openpgp" | "omemo"
    from: string
    itemId?: string
    keyId?: string
    node?: string
    topic: string