Guest User

Untitled

a guest
May 27th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # self.add_event_handler('disco_info', self.handle_disco_info)
  2. def handle_disco_info(self, iq):
  3. info = iq['disco_info']
  4. print info.getIdentities()
  5. print info.getFeatures()
Add Comment
Please, Sign In to add comment