Skip to content

Instantly share code, notes, and snippets.

@pjlantz
Created July 7, 2010 09:04
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 pjlantz/466483 to your computer and use it in GitHub Desktop.
Save pjlantz/466483 to your computer and use it in GitHub Desktop.
# Request answers from other sensors if someone is tracking this host
<iq type="get>
<trackReq id="1" xmlns="hale:trackReq">
<host>irc.freenode.net</host>
</trackReq>
</iq>
# Answer from a sensor if someone is tracking it
<iq type="result">
<trackAnswer id="1" xmlns="hale:trackAnswer" />
</iq>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment