Fix the element name for retrieving certs in XEP-0257
And s/258/257/ in the XEP description
This commit is contained in:
parent
27582f6fd2
commit
063e73c0d2
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue