slixmpp/sleekxmpp
Lance Stout e077204a16 Replaced the ToString class with a tostring function.
The sleekxmpp.xmlstream.tostring and sleekxmpp.xmlstream.tostring26 packages
have been merged to sleekxmpp.xmlstream.tostring. The __init__.py file will
import the appropriate tostring function depending on the Python version.

The setup.py file has been updated with the package changes.

ElementBase is now a direct descendent of object and does not subclass ToString.

Stanza objects now return their XML contents for __repr__.
2010-08-05 20:26:41 -04:00
..
plugins Replaced traceback calls to use logging.exception where applicable. 2010-07-26 21:02:25 -04:00
stanza Update nick stanza with documentation and PEP8 style. 2010-08-03 18:32:53 -04:00
tests Updated license notices to use the correct MIT format. Also corrected references to nonexistant license.txt to LICENSE. 2010-07-20 11:19:49 -04:00
xmlstream Replaced the ToString class with a tostring function. 2010-08-05 20:26:41 -04:00
__init__.py Fix shebang lines to use #!/usr/bin/env python instead of hard coding a python version. 2010-07-23 19:47:54 -04:00
basexmpp.py Replaced the ToString class with a tostring function. 2010-08-05 20:26:41 -04:00
component_example.py brought components over to python 3.x 2009-08-31 23:02:19 +00:00
componentxmpp.py Fix shebang lines to use #!/usr/bin/env python instead of hard coding a python version. 2010-07-23 19:47:54 -04:00
exceptions.py Updated license notices to use the correct MIT format. Also corrected references to nonexistant license.txt to LICENSE. 2010-07-20 11:19:49 -04:00