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

Router should reply on behalf of the client with a 501 error for IQ with no matching route #66

Closed
mremond opened this issue Jun 21, 2019 · 0 comments · Fixed by #72
Closed
Milestone

Comments

@mremond
Copy link
Member

mremond commented Jun 21, 2019

We reply with an error not-implemented stanza.

Here is an example stanza error:

<iq from="service.localhost" type="error" to="test1@localhost/mremond-mbp" id="1" >
 <error type="cancel" code="501" >
  <feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
 </error>
 <query xmlns="unknown:ns"/>
</iq>
@mremond mremond changed the title Client and component should reply on behalf of the client with a 500 error for IQ with no matching route Router should reply on behalf of the client with a 500 error for IQ with no matching route Jun 21, 2019
@mremond mremond added this to the v0.2.0 milestone Jun 21, 2019
@mremond mremond closed this as completed Jun 24, 2019
@mremond mremond changed the title Router should reply on behalf of the client with a 500 error for IQ with no matching route Router should reply on behalf of the client with a 501 error for IQ with no matching route Jun 24, 2019
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

Successfully merging a pull request may close this issue.

1 participant