slixmpp/sleekxmpp/stanza
Lance Stout 4375ac7d8b Underscore names by default.
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-17 22:04:42 -04:00
..
__init__.py Updated RootStanza to use registerStanzaPlugin, and be PEP8 compliant. 2010-07-28 13:14:41 -04:00
atom.py More PEP8 compliance cleanups. 2010-10-06 15:12:39 -04:00
error.py Underscore names by default. 2010-10-17 22:04:42 -04:00
htmlim.py Underscore names by default. 2010-10-17 22:04:42 -04:00
iq.py Underscore names by default. 2010-10-17 22:04:42 -04:00
message.py Underscore names by default. 2010-10-17 22:04:42 -04:00
nick.py Underscore names by default. 2010-10-17 22:04:42 -04:00
presence.py Underscore names by default. 2010-10-17 22:04:42 -04:00
rootstanza.py Underscore names by default. 2010-10-17 22:04:42 -04:00
roster.py Underscore names by default. 2010-10-17 22:04:42 -04:00