Fix requesting pubsub node configuration, and add tests.
commit2500a0649ba10c0109a1ed021a051284c104391f
authorLance Stout <lancestout@gmail.com>
Wed, 31 Aug 2011 17:43:33 +0000 (31 10:43 -0700)
committerLance Stout <lancestout@gmail.com>
Wed, 31 Aug 2011 17:43:33 +0000 (31 10:43 -0700)
treebc7378a2b410a869afaa816701d2fcbd4f7ac160
parent5ec4e4a026a5f3a3ec9c2cb6efd3dc1a4ccf580f
Fix requesting pubsub node configuration, and add tests.

- <default /> doesn't have a type attribute in the XEP
- <configure /> isn't used anymore for requesting default configuration
sleekxmpp/plugins/xep_0060/pubsub.py
sleekxmpp/plugins/xep_0060/stanza/pubsub_owner.py
tests/test_stanza_xep_0060.py
tests/test_stream_xep_0060.py