data need not be prefixed with http..
This commit is contained in:
@@ -18,7 +18,7 @@ class HTTPData(ElementBase):
|
||||
name = 'data'
|
||||
namespace = 'urn:xmpp:http'
|
||||
interfaces = set(['data'])
|
||||
plugin_attrib = 'http-data'
|
||||
plugin_attrib = 'data'
|
||||
is_extension = True
|
||||
|
||||
def get_data(self, encoding='text'):
|
||||
|
||||
Reference in New Issue
Block a user