summaryrefslogtreecommitdiff
path: root/sleekxmpp/basexmpp.py
AgeCommit message (Expand)Author
2012-06-06Add 'presence' event, raised for all incoming presence stanzas.Lance Stout
2012-05-22Add better certificate handling.Lance Stout
2012-04-26Populate the to attribute for message and presence stanzas if the server leav...Lance Stout
2012-04-06Begin experiment with a centralized API callback registry.Lance Stout
2012-03-12Handle loading plugins on demand.Lance Stout
2012-03-12Introduce new plugin system.Lance Stout
2012-03-10Resolve plugin dependency chains with XEP-0115.Lance Stout
2012-03-05Cleanup logging when loading a custom plugin.Lance Stout
2012-03-05Ensure that roster nodes aren't empty strings.Lance Stout
2012-02-17More extraneous import cleanup.Lance Stout
2012-02-17More import cleanups based on pyflakes results.Lance Stout
2012-01-12Don't dump exception logs for XML stream parsing errors.Lance Stout
2011-12-09Fix logging when loading plugins.Lance Stout
2011-12-05More doc updatesLance Stout
2011-11-19Merge remote-tracking branch 'vijayp/master' into HEADLance Stout
2011-11-19remove unnecessary copies when only one handler matches. This was taking up ~...Vijay Pandurangan
2011-11-19Tidy up logging calls.Lance Stout
2011-11-20This change stops sleekxmpp from spending huge amounts of time unnecessarily ...Vijay Pandurangan
2011-11-19This change stops sleekxmpp from spending huge amounts of time unnecessarily ...Vijay Pandurangan
2011-11-18Fix changed_status eventLance Stout
2011-11-06Restore original behaviour for auto_authorize and auto_subscribe.Lance Stout
2011-08-19Make Iq exceptions more discoverable and simpler to use.Lance Stout
2011-08-18Remove extra, unhelpful presence debug log.Lance Stout
2011-08-12Merge branch 'develop' into rosterLance Stout
2011-08-06Save the stream ID when the stream starts.Lance Stout
2011-08-06If no config for a plugin is given, try using self.plugin_config.Lance Stout
2011-08-04Cosmetic PEP8 fixes.Lance Stout
2011-08-04added block as process option and updated documentation. added typical use ex...Nathan Fritz
2011-08-04Merge branch 'develop' into rosterLance Stout
2011-07-01Continued reorganization and streamlining.Lance Stout
2011-06-30Reorganize features into plugins.Lance Stout
2011-06-16Integrate roster with BaseXMPP.Lance Stout
2011-06-15Merge branch 'develop' into stream_featuresLance Stout
2011-06-15Fix another roster issue.Lance Stout
2011-06-14Merge branch 'develop' into rosterLance Stout
2011-06-14Merge branch 'develop' into stream_featuresLance Stout
2011-06-14Fix issue with components and roster.Lance Stout
2011-04-14remove roster item state responsibility from clientsNathan Fritz
2011-02-14Merge branch 'develop' into stream_featuresLance Stout
2011-02-14Reset the roster on disconnect instead of replacing it.Lance Stout
2011-02-14Merge branch 'develop' into rosterLance Stout
2011-02-14Remap old method names in a better way.Lance Stout
2011-02-02Merge branch 'develop' into rosterLance Stout
2011-01-27Update tostring methods.Lance Stout
2011-01-16Add StreamError stanza and a stream_error event.Lance Stout
2011-01-10Add self.client_roster to make things simpler for clients.Lance Stout
2011-01-05Merge branch 'develop' into rosterLance Stout
2010-12-29Keep things lined up.Lance Stout
2010-12-28Fixed typo in comment.Andrzej Bieniek
2010-12-28Fix some typos.Lance Stout