Bring back authentication through SASL EXTERNAL

(and only update the ssl context before it gets used)
This commit is contained in:
mathieui
2014-12-11 19:27:13 +01:00
parent 423974f90d
commit b5930ca958
2 changed files with 12 additions and 11 deletions

View File

@@ -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