Fix the element name for retrieving certs in XEP-0257

And s/258/257/ in the XEP description
This commit is contained in:
mathieui 2014-12-11 14:41:42 +01:00
parent 27582f6fd2
commit 063e73c0d2
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

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()