Skip to content

Instantly share code, notes, and snippets.

@sonnyp
Created June 6, 2016 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sonnyp/2c967396dcb73348555cfa2123ca0c7d to your computer and use it in GitHub Desktop.
Save sonnyp/2c967396dcb73348555cfa2123ca0c7d to your computer and use it in GitHub Desktop.
prosody bind issue
<!-- 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