We need the xmpp module to make the webvideo plugin work.
commit4a1af568b7896cc496ac0a9e535cab4bc67c9103
authorWilliam McBrine <wmcbrine@gmail.com>
Thu, 19 Jun 2008 19:02:35 +0000 (19 15:02 -0400)
committerWilliam McBrine <wmcbrine@gmail.com>
Thu, 19 Jun 2008 19:02:35 +0000 (19 15:02 -0400)
tree6c59d86c7fcb016d00fbf85e273281d681ae859e
parentde15465dd222dfc9748264e2dd4cc6cab9dddd48
We need the xmpp module to make the webvideo plugin work.
15 files changed:
xmpp/__init__.py [new file with mode: 0644]
xmpp/auth.py [new file with mode: 0644]
xmpp/browser.py [new file with mode: 0644]
xmpp/client.py [new file with mode: 0644]
xmpp/commands.py [new file with mode: 0644]
xmpp/debug.py [new file with mode: 0644]
xmpp/dispatcher.py [new file with mode: 0644]
xmpp/features.py [new file with mode: 0644]
xmpp/filetransfer.py [new file with mode: 0644]
xmpp/jep0106.py [new file with mode: 0644]
xmpp/protocol.py [new file with mode: 0644]
xmpp/roster.py [new file with mode: 0644]
xmpp/session.py [new file with mode: 0644]
xmpp/simplexml.py [new file with mode: 0644]
xmpp/transports.py [new file with mode: 0644]