We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When an XMPP client fails to join a room, the error response is
<presence type="error" from="#bridged-room#[email protected]/nickname"> <x xmlns="http://jabber.org/protocol/muc" /> <error type="cancel" by="#bridged-room#[email protected]"> <service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /> </error> </presence>
It would be great to also have a <text> element that would explain the actual cause of the error.
<text>
The text was updated successfully, but these errors were encountered:
So I've tested the new code and the response is this:
<presence id="4c098a267b654351a25ad30578c1bdaf" to="[email protected]/poezio-IS8H" xml:lang="en" type="error" from="#bridged-room#[email protected]/Ge0rG"> <x xmlns="http://jabber.org/protocol/muc"/> <error type="cancel" by="#bridged-room#[email protected]"> <service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/> <text>Failed to join room</text> </error> </presence>
This has two issues:
urn:ietf:params:xml:ns:xmpp-stanzas
service-unavailable
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When an XMPP client fails to join a room, the error response is
It would be great to also have a
<text>
element that would explain the actual cause of the error.The text was updated successfully, but these errors were encountered: