summaryrefslogtreecommitdiff
path: root/sleekxmpp/clientxmpp.py
AgeCommit message (Expand)Author
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
2011-07-27Merge branch 'develop' into rosterLance Stout
2011-07-27Fix error with DNS selection.Lance Stout
2011-07-16Do a weighted choice among the highest prioritized items based on weight inst...Kim Alvefur
2011-07-02Use a set to track negotiated features.Lance Stout
2011-07-02Simplify SASL mech registration.Lance Stout
2011-07-02Finish cleaning up stream feature organization.Lance Stout
2011-07-01Continued reorganization and streamlining.Lance Stout
2011-06-30Reorganize features into plugins.Lance Stout
2011-06-29Fix SASL mechanism selection bug.Lance Stout
2011-06-28Reorganized stream level stanzas.Lance Stout
2011-06-16Integrate roster with ClientXMPP.Lance Stout
2011-06-01Begin experimental use of exceptions.Lance Stout
2011-05-31Merge branch 'develop' into stream_featuresLance Stout
2011-05-31Merge branch 'develop' into rosterLance Stout
2011-05-27Don't use the send queue for stream initialization.Lance Stout
2011-05-20Merge branch 'develop' into stream_featuresLance Stout
2011-05-20Merge branch 'develop' into rosterLance Stout
2011-05-20Handle callback return value case.Lance Stout
2011-05-20Merge branch 'develop' into stream_featuresLance Stout
2011-05-20Merge branch 'develop' into rosterLance Stout
2011-05-20Resolve timeout errors for get_roster.Lance Stout
2011-03-22Merge branch 'develop' into stream_featuresLance Stout
2011-03-22Merge branch 'develop' into rosterLance Stout
2011-03-22Updated doc for connect()Lance Stout
2011-03-22May pass use_tls=False to connect().Lance Stout
2011-02-14Merge branch 'develop' into stream_featuresLance 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-28First pass at re-worked stream features.Lance Stout
2011-01-23My hunch is that these should also be updated.Stefan de Konink