Age | Commit message (Expand) | Author |
2012-11-09 | Don't clobber SASL config when specifying sasl_mech in ClientXMPP constructor. | Lance Stout |
2012-10-24 | Lock the bound JID in the JID cache. | Lance Stout |
2012-10-15 | Merge branch 'stream_features' | Lance Stout |
2012-10-02 | Unclobber connected event handler names. | Lance Stout |
2012-10-01 | Add stream_negotiated event. | Lance Stout |
2012-07-30 | Ignore roster updates with unrecognized subscription values. | Lance Stout |
2012-07-30 | Add stream feature for server support of subscription pre-approvals. | Lance Stout |
2012-07-24 | Modify update_roster() to only change the information provided. | Lance Stout |
2012-07-10 | Add method to unregister stream features. | Lance Stout |
2012-07-06 | dereference iq stanza only once for roster processing | Jay Farrimond |
2012-06-19 | PEP8 formatting updates. | Lance Stout |
2012-06-18 | Add initial support for xml:lang for streams and stanza plugins. | Lance Stout |
2012-05-22 | Add better certificate handling. | Lance Stout |
2012-04-25 | Prevent corrupting roster_update event with iq result. | Lance Stout |
2012-04-07 | Tidy up roster_received event and callbacks. | Lance Stout |
2012-04-07 | Prevent roster_update from firing twice after retrieving the roster. | Lance Stout |
2012-03-30 | Add better DNS resolver wrapper. | Lance Stout |
2012-03-07 | Add support for roster versioning. | Lance Stout |
2012-02-17 | More import cleanups based on pyflakes results. | Lance Stout |
2012-02-09 | Add support for querying and connecting to IPv6 addresses. | Lance Stout |
2012-01-20 | Add an extra config dict to store SASL credentials. | Lance Stout |
2012-01-18 | Revert "Remove stream feature handlers on session_start." | Lance Stout |
2012-01-17 | Remove stream feature handlers on session_start. | Lance Stout |
2012-01-12 | Update Roster stanza to use RosterItem substanzas. | Lance Stout |
2012-01-10 | Make get_roster(block=False) work properly. | Lance Stout |
2012-01-06 | Fix client_roster when the bare JID changes after binding. | Lance Stout |
2011-12-05 | Updated last bit of core files to use new API format. | Lance Stout |
2011-11-19 | Tidy up logging calls. | Lance Stout |
2011-11-20 | This change stops sleekxmpp from spending huge amounts of time unnecessarily ... | Vijay Pandurangan |
2011-11-14 | Fix typo | Lance Stout |
2011-11-11 | Add use_ssl parameter to ClientXMPP.connect | Lance Stout |
2011-09-28 | Allow SASL mechanism to be set when creating a ClientXMPP instance. | Lance Stout |
2011-08-25 | Session timeout now defaults to 45sec, but can be adjusted. | Lance Stout |
2011-08-18 | PEP8 edits | Lance Stout |
2011-08-18 | added inline documentation for new dns methods | Nathan Fritz |
2011-08-18 | fixed manual address definition | Nathan Fritz |
2011-08-18 | Fix exceptions for Python3 | Lance Stout |
2011-08-18 | DNS is now properly checked and different answers are tried for each reconnec... | Nathan Fritz |
2011-08-12 | Merge branch 'develop' into roster | Lance Stout |
2011-08-12 | Merge branch 'exceptions' into develop | Nathan Fritz |
2011-08-04 | added block as process option and updated documentation. added typical use ex... | Nathan Fritz |
2011-08-04 | Merge branch 'develop' into roster | Lance Stout |
2011-08-03 | Merge branch 'develop' into stream_features | Lance Stout |
2011-08-03 | Integrate a modified version of Dave Cridland's Suelta SASL library. | Lance Stout |
2011-07-27 | Merge branch 'develop' into exceptions | Lance Stout |
2011-07-27 | Merge branch 'develop' into roster | Lance Stout |
2011-07-27 | Fix error with DNS selection. | Lance Stout |
2011-07-16 | Do a weighted choice among the highest prioritized items based on weight inst... | Kim Alvefur |
2011-07-02 | Use a set to track negotiated features. | Lance Stout |
2011-07-02 | Simplify SASL mech registration. | Lance Stout |