summaryrefslogtreecommitdiff
path: root/sleekxmpp/basexmpp.py
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2013-08-07Make send_message(mhtml='..') work as expected without loading pluginLance Stout
2013-08-06Try re-ordering initial imports to avoid import bugsLance Stout
2013-07-26optimize importsJean-Philippe Caruana
2013-01-26Add proper XEP-0071 plugin.Lance Stout
2012-10-24added setdefaultencoding method so reload(sys) not neededPaul Molodowitch
2012-10-24Lock the bound JID in the JID cache.Lance Stout
2012-10-15Auto-subscribe to whitelisted JIDs if auto_subscribe is trueLance Stout
2012-10-01Update legacy auth to be used outside of stream features.Lance Stout
2012-09-25Add options to auto add ID values to message and presence stanzas.Lance Stout
2012-08-23Special plugin loading case for xep_0115 no longer needed.Lance Stout
2012-08-17Ensure that auth is done based on the original, requested JID and not on the ...Lance Stout
2012-07-20Fix deprecation warning for setting self.resourceLance Stout
2012-07-20Fix see-other-host handling if no host is actually given. Also, limit number ...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-22Add support for reconnecting based on see-other-host stream errors.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-06-19Simplify send_presence_subscription()Lance Stout
2012-06-18Simplify tracking last sent presence using outgoing filters.Lance Stout
2012-06-18Add initial support for xml:lang for streams and stanza plugins.Lance Stout
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