slixmpp/sleekxmpp/features/feature_mechanisms
Lance Stout 572becad44 Enable forcing a specififc SASL mech:
xmpp = ClientXMPP(jid, password, {
    'feature_mechanisms': {'use_mech':'PLAIN'}})
2011-08-09 00:51:49 -07:00
..
stanza Cosmetic PEP8 fixes. 2011-08-04 22:37:22 -07:00
__init__.py SASL failure event now includes the failure stanza. 2011-07-02 23:09:29 -07:00
mechanisms.py Enable forcing a specififc SASL mech: 2011-08-09 00:51:49 -07:00