Merge pull request #331 from mathieui/develop

Fix the element name for retrieving certs in XEP-0257
This commit is contained in:
Mike Taylor 2015-04-11 19:15:26 -04:00
commit 140f0885b2

View file

@ -10,7 +10,7 @@ from sleekxmpp.xmlstream import ElementBase, ET, register_stanza_plugin
class Certs(ElementBase):
name = 'query'
name = 'items'
namespace = 'urn:xmpp:saslcert:1'
plugin_attrib = 'sasl_certs'
interfaces = set()