From 423974f90d4e9e7e25b99a690799419d48c4e644 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 11 Dec 2014 14:46:52 +0100 Subject: Fix xep-0257 for slixmpp, and fix an element name --- slixmpp/plugins/xep_0257/stanza.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slixmpp/plugins/xep_0257/stanza.py') diff --git a/slixmpp/plugins/xep_0257/stanza.py b/slixmpp/plugins/xep_0257/stanza.py index 7c2da743..86b63451 100644 --- a/slixmpp/plugins/xep_0257/stanza.py +++ b/slixmpp/plugins/xep_0257/stanza.py @@ -10,7 +10,7 @@ from slixmpp.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() -- cgit v1.2.3