]> code.delx.au - pymsnt/commit
Reimporting (0.9.5)
authorjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Mon, 31 Oct 2005 00:47:55 +0000 (00:47 +0000)
committerjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Mon, 31 Oct 2005 00:47:55 +0000 (00:47 +0000)
commitc82ae883c8c1a236e80013c734fb56725b3c535c
tree3afbc15d6d95fe6da295fe8f1b99ad9938a7ccc6
Reimporting (0.9.5)

git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@1 55fbd22a-6204-0410-b2f0-b6c764c7e90a

committer: jamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
35 files changed:
COPYING [new file with mode: 0644]
PyMSNt [new file with mode: 0755]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
config-example.xml [new file with mode: 0644]
src/baseproto/__init__.py [new file with mode: 0644]
src/baseproto/glue.py [new file with mode: 0644]
src/config.py [new file with mode: 0644]
src/debug.py [new file with mode: 0644]
src/disco.py [new file with mode: 0644]
src/groupchat.py [new file with mode: 0644]
src/jabw.py [new file with mode: 0644]
src/lang.py [new file with mode: 0644]
src/legacy/__init__.py [new file with mode: 0644]
src/legacy/glue.py [new file with mode: 0644]
src/legacy/msnw.py [new file with mode: 0644]
src/legacy/subscription.py [new file with mode: 0644]
src/main.py [new file with mode: 0644]
src/misciq.py [new file with mode: 0644]
src/register.py [new file with mode: 0644]
src/session.py [new file with mode: 0644]
src/tlib/__init__.py [new file with mode: 0644]
src/tlib/domish.py [new file with mode: 0644]
src/tlib/jabber/__init__.py [new file with mode: 0644]
src/tlib/jabber/client.py [new file with mode: 0644]
src/tlib/jabber/component.py [new file with mode: 0644]
src/tlib/jabber/jid.py [new file with mode: 0644]
src/tlib/jabber/jstrports.py [new file with mode: 0644]
src/tlib/jabber/xmpp_stringprep.py [new file with mode: 0644]
src/tlib/msn.py [new file with mode: 0644]
src/tlib/proxy.py [new file with mode: 0644]
src/tlib/xmlstream.py [new file with mode: 0644]
src/utils.py [new file with mode: 0644]
src/xdb.py [new file with mode: 0644]
src/xmlconfig.py [new file with mode: 0644]