Hi folks, I noticed today that if I try to send a presence stanza of type error from Psi's XML console, such as:
<presence type="error" to="[email protected]/resource"> <error code="404" type="cancel"> <item-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/> </error> </presence> The stanza is not being delivered. Could it be that my server is eating such stanzas that originate from clients? It seems to be reproducible with both jabberd14 and Tigase, making me think this is standard behavior, but I couldn't find a clause about it in the RFC. -Justin
