slixmpp/sleekxmpp/stanza
Lance Stout d7ba7cc72a Use underscore method name.
Since camelcase names are aliased to the underscored name at startup,
if the underscored version is replaced later, the camelCase name does
not reflect the change.
2011-04-08 16:14:22 -04:00
..
__init__.py
atom.py
error.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
htmlim.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
iq.py Use underscore method name. 2011-04-08 16:14:22 -04:00
message.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
nick.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
presence.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
rootstanza.py XMPPError exceptions can keep a stanza's contents. 2011-02-11 15:20:26 -05:00
roster.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
stream_error.py