xmpp_p2p
    Preparing search index...

    Function sendIqResult

    • Sends an IQ result response back to the requester.

      Parameters

      • ctx: XmppRouterContext

        Router context.

      • peerId: string

        Remote peer identifier.

      • id: string

        IQ stanza id to echo.

      • Optionalpayload: Element

        Optional payload element to include in the response.

      Returns Promise<void>

      Nothing.