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
/
__init__.py
Age
Commit message (
Expand
)
Author
2012-07-24
Fix JID validation bugs, add lots of tests.
Lance Stout
2012-07-24
Add validation for JIDs.
Lance Stout
2011-08-24
Clean and get setup.py working once and for all.
Lance Stout
2011-08-05
The next release will be 1.0 RC1
Lance Stout
2011-07-03
Update version number to beta6.
Lance Stout
2011-04-08
Add version info.
Lance Stout
2010-10-06
Moved ClientXMPP to clientxmpp.py.
Lance Stout
2010-10-06
Missed a few docstrings.
Lance Stout
2010-10-06
Made first pass at cleaning up ClientXMPP.
Lance Stout
2010-10-01
Made first pass at cleaning BaseXMPP.
Lance Stout
2010-08-27
Updated the suite of handler classes with documentation.
Lance Stout
2010-07-23
Fix shebang lines to use #!/usr/bin/env python instead of hard coding a pytho...
Lance Stout
2010-07-20
Issue 26. Only set from address in reply() for components
Joe Hildebrand
2010-07-20
fixed resource binding element to conform to spec
Nathan Fritz
2010-07-20
don't send resource in bind request if you don't have one
Nathan Fritz
2010-07-20
Updated license notices to use the correct MIT format. Also corrected referen...
Lance Stout
2010-07-19
Can now pass a name to add_handler so that the handler can be reliably remove...
Lance Stout
2010-07-19
stanza should not have setValues/getValues because that conflicts with attrib...
Nathan Fritz
2010-07-15
accidental debugging return left in the code from last commit
Nathan Fritz
2010-07-15
fixed updateRoster and delRosterItem
Nathan Fritz
2010-06-01
hack fix for session before bind
Nathan Fritz
2010-06-01
if binding and session are advertised in the same go, do session first
Nathan Fritz
2010-05-26
fixed dns unicode problem
Nathan Fritz
2010-04-07
replaced usage of deprecated iq result on send. Fixed old send result to use ...
Nathan Fritz
2010-03-26
changed license to MIT
sleek-0.9RC1
0.9RC1
Nathan Fritz
2010-03-26
closed bug #8 -- double auth response
Nathan Fritz
2010-03-26
fixed bug #16 Roster not updating
Nathan Fritz
2010-01-08
* python 2.6 compatibility
Nathan Fritz
2009-12-11
* started converstion to stanza objects
Nathan Fritz
2009-12-10
tweaked stanzas for easy use
Nathan Fritz
2009-12-10
* added proper message and iq stanzas. presence left to do
Nathan Fritz
2009-09-25
bugfixes
Nathan Fritz
2009-09-01
* fixed some python3 transition bugs
Nathan Fritz
2009-08-31
* converted sleekxmpp to Python 3.x
Nathan Fritz
2009-06-25
made disconnect cleaner
Nathan Fritz
2009-06-24
(no commit message)
Nathan Fritz
2009-06-16
* bugfixes
Nathan Fritz
2009-06-03
moved seesmic branch to trunk
Nathan Fritz