slixmpp/sleekxmpp
Lance Stout e37adace62 Allow SASL mechanism to be set when creating a ClientXMPP instance.
Instead of using:

    ClientXMPP(jid, password, plugin_config={
        'feature_mechanisms': {'use_mech': 'SOME-MECH'}})

You can use:

    ClientXMPP(jid, password, sasl_mech='SOME-MECH')

If you need to change the mechanism after instantiation, use:

    xmpp['feature_mechanisms'].sasl.mech = 'SCRAM-MD5'
2011-09-28 22:48:30 -04:00
..
features
plugins Make get_node_config block by default. 2011-09-02 11:52:56 -07:00
roster
stanza Added pubsub error stanza. 2011-08-31 00:42:37 -07:00
test Allow SASL mechanism to be set when creating a ClientXMPP instance. 2011-09-28 22:48:30 -04:00
thirdparty
xmlstream Fix del_event_handler for Python3 (different semantics for filter()). 2011-09-23 12:03:49 -04:00
__init__.py
basexmpp.py
clientxmpp.py Allow SASL mechanism to be set when creating a ClientXMPP instance. 2011-09-28 22:48:30 -04:00
componentxmpp.py
exceptions.py
version.py Tweak setup.py, and bump dev version to RC3. 2011-09-01 16:47:30 -07:00