summaryrefslogtreecommitdiff
path: root/sleekxmpp/clientxmpp.py
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2014-04-19doc typo fixedtpltnt
2013-08-22Don't reset _expected_server_name when connecting.Lance Stout
2013-06-29Adjust get_roster to always return, even with invalid JIDsLance Stout
2013-03-28Remove `roster_received` eventAnton Ryzhov
2012-11-09Don't clobber SASL config when specifying sasl_mech in ClientXMPP constructor.Lance Stout
2012-10-24Lock the bound JID in the JID cache.Lance Stout
2012-10-15Merge branch 'stream_features'Lance Stout
2012-10-02Unclobber connected event handler names.Lance Stout
2012-10-01Add stream_negotiated event.Lance Stout
2012-07-30Ignore roster updates with unrecognized subscription values.Lance Stout
2012-07-30Add stream feature for server support of subscription pre-approvals.Lance Stout
2012-07-24Modify update_roster() to only change the information provided.Lance Stout
2012-07-10Add method to unregister stream features.Lance Stout
2012-07-06dereference iq stanza only once for roster processingJay Farrimond
2012-06-19PEP8 formatting updates.Lance Stout
2012-06-18Add initial support for xml:lang for streams and stanza plugins.Lance Stout
2012-05-22Add better certificate handling.Lance Stout
2012-04-25Prevent corrupting roster_update event with iq result.Lance Stout
2012-04-07Tidy up roster_received event and callbacks.Lance Stout
2012-04-07Prevent roster_update from firing twice after retrieving the roster.Lance Stout
2012-03-30Add better DNS resolver wrapper.Lance Stout
2012-03-07Add support for roster versioning.Lance Stout
2012-02-17More import cleanups based on pyflakes results.Lance Stout
2012-02-09Add support for querying and connecting to IPv6 addresses.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-12Update Roster stanza to use RosterItem substanzas.Lance Stout
2012-01-10Make get_roster(block=False) work properly.Lance Stout
2012-01-06Fix client_roster when the bare JID changes after binding.Lance Stout
2011-12-05Updated last bit of core files to use new API format.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-11-14Fix typoLance Stout
2011-11-11Add use_ssl parameter to ClientXMPP.connectLance Stout
2011-09-28Allow SASL mechanism to be set when creating a ClientXMPP instance.Lance Stout
2011-08-25Session timeout now defaults to 45sec, but can be adjusted.Lance Stout
2011-08-18PEP8 editsLance Stout
2011-08-18added inline documentation for new dns methodsNathan Fritz
2011-08-18fixed manual address definitionNathan Fritz
2011-08-18Fix exceptions for Python3Lance Stout
2011-08-18DNS is now properly checked and different answers are tried for each reconnec...Nathan Fritz
2011-08-12Merge branch 'develop' into rosterLance Stout
2011-08-12Merge branch 'exceptions' into developNathan Fritz
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-08-03Merge branch 'develop' into stream_featuresLance Stout
2011-08-03Integrate a modified version of Dave Cridland's Suelta SASL library.Lance Stout
2011-07-27Merge branch 'develop' into exceptionsLance Stout