Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
Cleaned up the atom entry stanza.
|
|
Cleaned up the __init__.py files.
|
|
Added RestartStream as a top level item in sleekxmpp.xmlstream.
Fixed trailing whitespace.
|
|
A few extra methods are mentioned in the docs, but those have not
been moved to XMLStream from BaseXMPP yet.
|
|
style.
|
|
xmlstream.matcher __init__.py files to make it simpler to import common classes.
|
|
|