fixed test further... but now I have an out of order problem

This commit is contained in:
Nathan Fritz
2011-08-30 23:03:04 -07:00
parent 4699bdff60
commit b70565720f
2 changed files with 12 additions and 1 deletions

View File

@@ -247,7 +247,8 @@ class PublishOptions(ElementBase):
namespace = 'http://jabber.org/protocol/pubsub'
name = 'publish-options'
plugin_attrib = 'publish_options'
interfaces = set(('publish_options'))
interfaces = set(('publish_options',))
is_extension = True
plugin_attrib_map = {}
plugin_tag_map = {}