summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/__init__.py
AgeCommit message (Collapse)Author
2012-07-24Add validation for JIDs.Lance Stout
2010-10-17Underscore names by default.Lance Stout
Stanza objects now accept the use of underscored names. The CamelCase versions are still available for backwards compatibility, but are discouraged. The property stanza.values now maps to the old getStanzaValues and setStanzaValues, in addition to _set_stanza_values and _get_stanza_values.
2010-10-14don't import statemachineNathan Fritz
2010-10-06More PEP8 compliance cleanups.Lance Stout
Cleaned up the atom entry stanza.
2010-10-06Moved ClientXMPP to clientxmpp.py.Lance Stout
Cleaned up the __init__.py files.
2010-10-06XMLStream cleanup.Lance Stout
Added RestartStream as a top level item in sleekxmpp.xmlstream. Fixed trailing whitespace.
2010-09-30Made a first pass at cleaning up XMLStream.Lance Stout
A few extra methods are mentioned in the docs, but those have not been moved to XMLStream from BaseXMPP yet.
2010-08-04Updated and simplified new JID class to have more documentation and use PEP8 ↵Lance Stout
style.
2010-07-29Added useful imports to the xmlstream, xmlstream.handler, and ↵Lance Stout
xmlstream.matcher __init__.py files to make it simpler to import common classes.
2009-06-03moved seesmic branch to trunkNathan Fritz