summaryrefslogtreecommitdiff
path: root/sleekxmpp/clientxmpp.py
AgeCommit message (Expand)Author
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
2011-01-20Do not traceback when DNS resolution time out.Florent Le Coz
2011-01-09Merge branch 'develop' into rosterLance Stout
2011-01-07Add reattempt to ClientXMPP.connectLance Stout
2010-11-18Merge branch 'develop' of github.com:fritzy/SleekXMPP into rosterLance Stout
2010-11-17Fix Node set to None error.Lance Stout
2010-11-17Cleaned up names.Lance Stout
2010-11-17First pass at integrating the new roster manager.Lance Stout
2010-11-09Doesn't fail if host has NO SRV recordFlorent Le Coz
2010-11-06Logging no longer uses root logger.Lance Stout
2010-10-24Fixed error in client roster handling.Lance Stout
2010-10-20misc small tweakssleek-1.0-Beta11.0-Beta1Nathan Fritz
2010-10-20pep8 fixes on core libraryNathan Fritz
2010-10-20reconnect if session isn't established within 15 secondsNathan Fritz
2010-10-17Underscore names by default.Lance Stout
2010-10-16Cleanup, restore PEP8.Lance Stout
2010-10-17Remove deprecation warningsFlorent Le Coz
2010-10-17Anonymous authenticationFlorent Le Coz
2010-10-14fixed stream test not disconnecting cleanlyNathan Fritz
2010-10-14deprecated jid, fulljid, server, user, resource properties and added boundjid...Nathan Fritz
2010-10-14fixed socket name collision in xmlstream.py and fixed python 3.x compatibilityNathan Fritz
2010-10-13new state machine in placeNathan Fritz
2010-10-06Updated method names.Lance Stout
2010-10-06Fixed whitespace issue.Lance Stout
2010-10-06Moved ClientXMPP to clientxmpp.py.Lance Stout