Created
June 3, 2010 02:03
-
-
Save legastero/423328 to your computer and use it in GitHub Desktop.
Disco Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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