Created
June 6, 2016 14:41
-
-
Save sonnyp/2c967396dcb73348555cfa2123ca0c7d to your computer and use it in GitHub Desktop.
prosody bind issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- OUT --> | |
<iq to="localhost" type="set" id="40924263533590377" xmlns="jabber:client"> | |
<bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/> | |
</iq> | |
<!-- IN --> | |
<iq id="40924263533590377" type="error" xmlns="jabber:client" from="localhost"> | |
<error type="cancel"> | |
<service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/> | |
</error> | |
</iq> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment