slixmpp/sleekxmpp/xmlstream
Lance Stout 6b274a2543 Fix double roster entry issue with Unicode.
JIDs with Unicode values were being encoded by the JID class
instead of leaving them as just Unicode strings.

It may still be a good idea to use

    from __future__ import unicode_literals

pretty much everywhere though.

Fixes issue #88.
2011-05-20 16:48:13 -04:00
..
handler
matcher
tostring
__init__.py
filesocket.py
jid.py Fix double roster entry issue with Unicode. 2011-05-20 16:48:13 -04:00
scheduler.py Mark scheduler thread as a daemon. 2011-04-11 14:22:32 -04:00
stanzabase.py Allow a stanza plugin to override a parent's interfaces. 2011-03-24 12:25:17 -04:00
test.py
test.xml
testclient.py
xmlstream.py