Skip to content

Instantly share code, notes, and snippets.

@julien51
Created April 21, 2009 21:45
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 julien51/99410 to your computer and use it in GitHub Desktop.
Save julien51/99410 to your computer and use it in GitHub Desktop.
<iq type='error'
from='firehoser@superfeedr.com'
to='you@superfeedr.com'
id='sub1'>
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<subscribe
node='http://domain.tld/path/to/feed.xml'
jid='firehoser@superfeedr.com'/>
</pubsub>
<error type='modify'>
<bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
<invalid-jid xmlns='http://jabber.org/protocol/pubsub#errors'/>
</error>
</iq>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment