Age | Commit message (Expand) | Author |
2015-07-03 | Added **kwargs to ClientXMPP, BaseXMPP and XMLStream so that certfile, keyfil... | Sangeeth Saravanaraj |
2014-08-23 | cleanup semicolons, whitespace and mutable default arguments | Robin Gloster |
2014-08-18 | Revert "cleanup semicolons, whitespace and mutable default arguments" | Robin Gloster |
2014-08-18 | cleanup semicolons, whitespace and mutable default arguments | Robin Gloster |
2013-08-07 | Make send_message(mhtml='..') work as expected without loading plugin | Lance Stout |
2013-08-06 | Try re-ordering initial imports to avoid import bugs | Lance Stout |
2013-07-26 | optimize imports | Jean-Philippe Caruana |
2013-01-26 | Add proper XEP-0071 plugin. | Lance Stout |
2012-10-24 | added setdefaultencoding method so reload(sys) not needed | Paul Molodowitch |
2012-10-24 | Lock the bound JID in the JID cache. | Lance Stout |
2012-10-15 | Auto-subscribe to whitelisted JIDs if auto_subscribe is true | Lance Stout |
2012-10-01 | Update legacy auth to be used outside of stream features. | Lance Stout |
2012-09-25 | Add options to auto add ID values to message and presence stanzas. | Lance Stout |
2012-08-23 | Special plugin loading case for xep_0115 no longer needed. | Lance Stout |
2012-08-17 | Ensure that auth is done based on the original, requested JID and not on the ... | Lance Stout |
2012-07-20 | Fix deprecation warning for setting self.resource | Lance Stout |
2012-07-20 | Fix see-other-host handling if no host is actually given. Also, limit number ... | Lance Stout |
2012-07-19 | Fix issue of roster data being split across multiple rosters. | Lance Stout |
2012-07-10 | Add session_bind_event threading event. | Lance Stout |
2012-06-22 | Add support for reconnecting based on see-other-host stream errors. | Lance Stout |
2012-06-19 | PEP8 formatting updates. | Lance Stout |
2012-06-19 | Simplify send_presence_subscription() | Lance Stout |
2012-06-18 | Simplify tracking last sent presence using outgoing filters. | Lance Stout |
2012-06-18 | Add initial support for xml:lang for streams and stanza plugins. | Lance Stout |
2012-06-06 | Add 'presence' event, raised for all incoming presence stanzas. | Lance Stout |
2012-05-22 | Add better certificate handling. | Lance Stout |
2012-04-26 | Populate the to attribute for message and presence stanzas if the server leav... | Lance Stout |
2012-04-06 | Begin experiment with a centralized API callback registry. | Lance Stout |
2012-03-12 | Handle loading plugins on demand. | Lance Stout |
2012-03-12 | Introduce new plugin system. | Lance Stout |
2012-03-10 | Resolve plugin dependency chains with XEP-0115. | Lance Stout |
2012-03-05 | Cleanup logging when loading a custom plugin. | Lance Stout |
2012-03-05 | Ensure that roster nodes aren't empty strings. | Lance Stout |
2012-02-17 | More extraneous import cleanup. | Lance Stout |
2012-02-17 | More import cleanups based on pyflakes results. | Lance Stout |
2012-01-12 | Don't dump exception logs for XML stream parsing errors. | Lance Stout |
2011-12-09 | Fix logging when loading plugins. | Lance Stout |
2011-12-05 | More doc updates | Lance Stout |
2011-11-19 | Merge remote-tracking branch 'vijayp/master' into HEAD | Lance Stout |
2011-11-19 | remove unnecessary copies when only one handler matches. This was taking up ~... | Vijay Pandurangan |
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-19 | This change stops sleekxmpp from spending huge amounts of time unnecessarily ... | Vijay Pandurangan |
2011-11-18 | Fix changed_status event | Lance Stout |
2011-11-06 | Restore original behaviour for auto_authorize and auto_subscribe. | Lance Stout |
2011-08-19 | Make Iq exceptions more discoverable and simpler to use. | Lance Stout |
2011-08-18 | Remove extra, unhelpful presence debug log. | Lance Stout |
2011-08-12 | Merge branch 'develop' into roster | Lance Stout |
2011-08-06 | Save the stream ID when the stream starts. | Lance Stout |
2011-08-06 | If no config for a plugin is given, try using self.plugin_config. | Lance Stout |