Skip to content

Instantly share code, notes, and snippets.

@legastero
Created May 28, 2010 04:11
Show Gist options
  • Select an option

  • Save legastero/416741 to your computer and use it in GitHub Desktop.

Select an option

Save legastero/416741 to your computer and use it in GitHub Desktop.
A sample stanza for demonstrating creating stanza objects.
<iq type="set">
<task id="123" xmlns="example:task">
<command>python script.py</command>
<cleanup>rm temp.txt</cleanup>
<param>
<name>foo</name>
<value>fizz</value>
</param>
<param>
<name>bar</name>
<value>buzz</value>
</param>
</task>
</iq>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment