home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / jabber / objects / shared_status / __init__.pyo (.txt) next >
Encoding:
Python Compiled Bytecode  |  2011-10-05  |  534 b   |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. from pyxmpp.iq import Iq
  5. SHARED_STATUS_NS = 'google:shared-status'
  6.  
  7. def make_get(gtalk_protocol):
  8.     iq = Iq(stanza_type = 'get')
  9.     q = iq.new_query(SHARED_STATUS_NS)
  10.     q.setProp('version', '2')
  11.     return iq
  12.  
  13.