From b5930ca958eefd45135840a789da08326e74ea87 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 11 Dec 2014 19:27:13 +0100 Subject: Bring back authentication through SASL EXTERNAL (and only update the ssl context before it gets used) --- slixmpp/plugins/xep_0257/client_cert_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slixmpp/plugins/xep_0257/client_cert_management.py') diff --git a/slixmpp/plugins/xep_0257/client_cert_management.py b/slixmpp/plugins/xep_0257/client_cert_management.py index d7ca50c9..729197e0 100644 --- a/slixmpp/plugins/xep_0257/client_cert_management.py +++ b/slixmpp/plugins/xep_0257/client_cert_management.py @@ -21,7 +21,7 @@ log = logging.getLogger(__name__) class XEP_0257(BasePlugin): name = 'xep_0257' - description = 'XEP-0258: Client Certificate Management for SASL EXTERNAL' + description = 'XEP-0257: Client Certificate Management for SASL EXTERNAL' dependencies = set(['xep_0030']) stanza = stanza -- cgit v1.2.3