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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2011-10-05
|
534 b
|
13 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.6)
from pyxmpp.iq import Iq
SHARED_STATUS_NS = 'google:shared-status'
def make_get(gtalk_protocol):
iq = Iq(stanza_type = 'get')
q = iq.new_query(SHARED_STATUS_NS)
q.setProp('version', '2')
return iq