slixmpp/sleekxmpp/test
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
..
__init__.py SleekTest may now run against a live stream. 2010-10-07 19:43:51 -04:00
livesocket.py Fixed some live stream test errors. 2010-11-17 15:45:16 -05:00
mocksocket.py SleekTest may now run against a live stream. 2010-10-07 19:43:51 -04:00
sleektest.py Fix double roster entry issue with Unicode. 2011-05-20 16:48:13 -04:00