jdev - 2025-06-21


  1. mnhp

    Hello, With Stream Management (XEP-0198), are iq stanzas only acknowledged after a result is sent back? For example: a client sends an "iq get" to another client (forwarded by the server), can the server send back an <a/> to the initiating client before the receiving client returns a result iq?

  2. lovetox

    Yes

  3. lovetox

    Individual Stanzas are acked not processes like get/set

  4. Guus

    The 'a' indicates that the server has accepted responsibility for a stanza or stanzas (e.g., to process the stanza(s) directly, deliver the stanza(s) to a local entity such as another connected client on the same server, or route the stanza(s) to a remote entity at a different server). That doesn't mean that this processing has already occurred.

  5. mnhp

    Okay, thanks for the answers!