summaryrefslogtreecommitdiff
path: root/sleekxmpp/features
AgeCommit message (Expand)Author
2012-10-24Lock the bound JID in the JID cache.Lance Stout
2012-10-15Merge branch 'stream_features'Lance Stout
2012-10-10Remove unneeded ssl_support checks.Lance Stout
2012-10-01Update legacy auth to be used outside of stream features.Lance Stout
2012-08-17Ensure that auth is done based on the original, requested JID and not on the ...Lance Stout
2012-08-14Fix using PLAIN over older SSL method.Lance Stout
2012-08-10Fix tracking service name for DIGEST-MD5Lance Stout
2012-08-02Ensure default authzids are handled.Lance Stout
2012-08-01Use correct method for getting channel binding.Lance Stout
2012-07-30Add stream feature for server support of subscription pre-approvals.Lance Stout
2012-07-30Update and integrate Suelta.Lance Stout
2012-07-26Enhance plugin config with attribute accessors.Lance Stout
2012-07-19Fix issue of roster data being split across multiple rosters.Lance Stout
2012-07-10Add session_bind_event threading event.Lance Stout
2012-06-19Remove usage of deprecated getchildren() method.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-05-15Add auth_success event.Lance Stout
2012-05-14Use SASLPrepFailure as the exception name instead of UnicodeError.Lance Stout
2012-05-14Add an exception handler for SASLprep failures.Lance Stout
2012-04-11Reset attempted SASL mech set after no suitable mechs are found.Lance Stout
2012-03-13Explicitly set the desired SASL mech to ANONYMOUS if no username is provided.Lance Stout
2012-03-13Correct handling SASL auth failures when forcing the use of a specific mechan...Lance Stout
2012-03-12Move feature_rosterver to new system.Lance Stout
2012-03-12Move feature_starttls to new system.Lance Stout
2012-03-12Move feature_session to new system.Lance Stout
2012-03-12Move feature_mechanisms to new system.Lance Stout
2012-03-12Move feature_bind to new system.Lance Stout
2012-03-12Update the list of all stream feature plugins.Lance Stout
2012-03-07Add support for roster versioning.Lance Stout
2012-02-17More extraneous import cleanup.Lance Stout
2012-02-09Use '=' as base64 value for empty string SASL results.Lance Stout
2012-01-21Require explicitly setting access_token value.Lance Stout
2012-01-21Handle SASLCancelled and SASLError exceptions.Lance Stout
2012-01-21Add missing SASL <abort /> stanzaLance Stout
2012-01-20Allow attempting multiple SASL mechs during a single stream.Lance Stout
2012-01-20Add an extra config dict to store SASL credentials.Lance Stout
2012-01-18Revert "Remove stream feature handlers on session_start."Lance Stout
2012-01-17Remove stream feature handlers on session_start.Lance Stout
2012-01-07Sync with Suelta.Lance Stout
2012-01-06Add support for MSN with X-MESSENGER-OAUTH2 SASL support.Lance Stout
2012-01-06Fix client_roster when the bare JID changes after binding.Lance Stout
2011-11-19Tidy up logging calls.Lance Stout
2011-11-20This change stops sleekxmpp from spending huge amounts of time unnecessarily ...Vijay Pandurangan
2011-08-09Enable forcing a specififc SASL mech:Lance Stout
2011-08-04Cosmetic PEP8 fixes.Lance Stout
2011-08-04Fix imports using __all__.Lance Stout
2011-08-03Integrate a modified version of Dave Cridland's Suelta SASL library.Lance Stout
2011-07-02SASL failure event now includes the failure stanza.Lance Stout
2011-07-02It isn't 2010 anymore.Lance Stout
2011-07-02Use a set to track negotiated features.Lance Stout