home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 February / maximum-cd-2011-02.iso / DiscContents / digsby_setup85.exe / lib / plugins / fbchat / compat.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-11-24  |  568 b   |  14 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. __all__ = []
  5.  
  6. def ignore(*a, **k):
  7.     pass
  8.  
  9.  
  10. def ignore_iq(protocol, stream, *a, **k):
  11.     stream.set_iq_set_handler('own-message', 'http://www.facebook.com/xmpp/messages', ignore)
  12.     stream.set_iq_get_handler('own-message', 'http://www.facebook.com/xmpp/messages', ignore)
  13.  
  14.