Skip to content

Instantly share code, notes, and snippets.

@legastero
Created June 3, 2010 02:04
Show Gist options
  • Save legastero/423331 to your computer and use it in GitHub Desktop.
Save legastero/423331 to your computer and use it in GitHub Desktop.
Disco Example
# self.add_event_handler('disco_items', self.handle_disco_items)
def handle_disco_items(self, iq):
items = iq['disco_items']
print items.getItems()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment