-
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?
-
lovetox
Yes
-
lovetox
Individual Stanzas are acked not processes like get/set
-
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.
-
mnhp
Okay, thanks for the answers!