index
:
slixmpp
3449-xmpp-connection-stuck-forever-after-error-in-start_tls
WIP
adhoc-execute-next
compiler
disco
exp_idle_call
markup
master
sleek-merge
slix-1.7
Personal fork of SleekXMPP
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sleekxmpp
/
clientxmpp.py
Age
Commit message (
Expand
)
Author
2011-08-03
Merge branch 'develop' into stream_features
Lance Stout
2011-08-03
Integrate a modified version of Dave Cridland's Suelta SASL library.
Lance Stout
2011-07-27
Fix error with DNS selection.
Lance Stout
2011-07-16
Do a weighted choice among the highest prioritized items based on weight inst...
Kim Alvefur
2011-07-02
Use a set to track negotiated features.
Lance Stout
2011-07-02
Simplify SASL mech registration.
Lance Stout
2011-07-02
Finish cleaning up stream feature organization.
Lance Stout
2011-07-01
Continued reorganization and streamlining.
Lance Stout
2011-06-30
Reorganize features into plugins.
Lance Stout
2011-06-29
Fix SASL mechanism selection bug.
Lance Stout
2011-06-28
Reorganized stream level stanzas.
Lance Stout
2011-05-31
Merge branch 'develop' into stream_features
Lance Stout
2011-05-27
Don't use the send queue for stream initialization.
Lance Stout
2011-05-20
Merge branch 'develop' into stream_features
Lance Stout
2011-05-20
Handle callback return value case.
Lance Stout
2011-05-20
Merge branch 'develop' into stream_features
Lance Stout
2011-05-20
Resolve timeout errors for get_roster.
Lance Stout
2011-03-22
Merge branch 'develop' into stream_features
Lance Stout
2011-03-22
Updated doc for connect()
Lance Stout
2011-03-22
May pass use_tls=False to connect().
Lance Stout
2011-02-14
Merge branch 'develop' into stream_features
Lance Stout
2011-02-14
Remap old method names in a better way.
Lance Stout
2011-01-28
First pass at re-worked stream features.
Lance Stout
2011-01-23
My hunch is that these should also be updated.
Stefan de Konink
2011-01-20
Do not traceback when DNS resolution time out.
Florent Le Coz
2011-01-07
Add reattempt to ClientXMPP.connect
Lance Stout
2010-11-17
Fix Node set to None error.
Lance Stout
2010-11-09
Doesn't fail if host has NO SRV record
Florent Le Coz
2010-11-06
Logging no longer uses root logger.
Lance Stout
2010-10-24
Fixed error in client roster handling.
Lance Stout
2010-10-20
misc small tweaks
sleek-1.0-Beta1
1.0-Beta1
Nathan Fritz
2010-10-20
pep8 fixes on core library
Nathan Fritz
2010-10-20
reconnect if session isn't established within 15 seconds
Nathan Fritz
2010-10-17
Underscore names by default.
Lance Stout
2010-10-16
Cleanup, restore PEP8.
Lance Stout
2010-10-17
Remove deprecation warnings
Florent Le Coz
2010-10-17
Anonymous authentication
Florent Le Coz
2010-10-14
fixed stream test not disconnecting cleanly
Nathan Fritz
2010-10-14
deprecated jid, fulljid, server, user, resource properties and added boundjid...
Nathan Fritz
2010-10-14
fixed socket name collision in xmlstream.py and fixed python 3.x compatibility
Nathan Fritz
2010-10-13
new state machine in place
Nathan Fritz
2010-10-06
Updated method names.
Lance Stout
2010-10-06
Fixed whitespace issue.
Lance Stout
2010-10-06
Moved ClientXMPP to clientxmpp.py.
Lance Stout