Updated XEP-0128 plugin to work with the new XEP-0030 plugin.
commit4b1fadde4bd87a8763131165701c08a3035005eb
authorLance Stout <lancestout@gmail.com>
Wed, 23 Mar 2011 00:42:43 +0000 (22 20:42 -0400)
committerLance Stout <lancestout@gmail.com>
Wed, 23 Mar 2011 00:42:43 +0000 (22 20:42 -0400)
treef5408e05793dbdad7e4b02427ec67cfece66e432
parent86a6b40fd81daa7d0e976dbc63f33544060c75d1
Updated XEP-0128 plugin to work with the new XEP-0030 plugin.

Required fixing a few bugs in StanzaBase related to iterable
substanzas.
setup.py
sleekxmpp/plugins/xep_0030/disco.py
sleekxmpp/plugins/xep_0030/static.py
sleekxmpp/plugins/xep_0128.py [deleted file]
sleekxmpp/plugins/xep_0128/__init__.py [new file with mode: 0644]
sleekxmpp/plugins/xep_0128/extended_disco.py [new file with mode: 0644]
sleekxmpp/plugins/xep_0128/static.py [new file with mode: 0644]
sleekxmpp/xmlstream/stanzabase.py
tests/test_stream_xep_0128.py [new file with mode: 0644]