Skip to content

Instantly share code, notes, and snippets.

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