xmpp_p2p
    Preparing search index...

    Function sendEncryptedMessage

    • Parameters

      • peerAddr: string | Multiaddr
      • body: string
      • ctx: XmppSecureContext
      • options: {
            chatState?: "paused" | "active" | "composing" | "inactive" | "gone";
            delay?: { from?: string; stamp: string };
            nick?: string;
            noCarbons?: boolean;
            replace?: string;
            reply?: { id: string; to?: string };
            requestReceipt?: boolean;
            thread?: string;
        } = {}

      Returns Promise<string>