Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error stanzas are not handled correctly #108

Closed
mhellwig opened this issue Jan 15, 2014 · 2 comments
Closed

error stanzas are not handled correctly #108

mhellwig opened this issue Jan 15, 2014 · 2 comments

Comments

@mhellwig
Copy link

I am using XEP-0198 with a prosody server and yaxim as client (yaxim in the nightly version that supports it). For the case where the client reconnects before the session timeout runs out, everything works great. For the case where the session timeout happens, there is the following problem.

According to XEP-0198, "A server SHOULD treat unacknowledged stanzas in the same way that it would treat a stanza sent to an unavailable resource, by either returning an error to the sender or committing the stanza to offline storage." I.e. it is legal for the server to return an error. The implementation of XEP-0198 for prosody does this as described here http://code.google.com/p/prosody-modules/wiki/mod_smacks namely "If the client fails to reconnect before the timeout then it is marked offline as normal, and any stanzas in the queue are returned to the sender as a "recipient-unavailable" error."

From what I understand, this error is a stanza that has the same message ID as the original message it relates to, no content and is of 'type="error"'.

If yaxim as a sender receives such an error (because the intended recipient of the message lost network connectivity long enough to trigger the timeout on the server) it SHOULD (imo) inform the sending user of this error. It doesn't. IMO this is a bug.

(to be fair, e.g. bitlbee and psi also have this bug)

@mhellwig
Copy link
Author

as mentioned by flow on IRC, this is a more generic issue in that there can be other reasons why an error stanza could be generated, it's not limited to XEP-0198.

So probably the title should renamed "error stanzas aren't handled correctly"?

@ge0rg ge0rg closed this as completed in 1593c4d Jan 15, 2014
@ge0rg
Copy link
Collaborator

ge0rg commented Jan 15, 2014

Ok, I have changed the error handling code in yaxim to update the delivery status of the original message, and to show the error message as a new message, both highlighted in red. Please test the APK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants