slixmpp/sleekxmpp
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
..
plugins Pubsub/Unsubscribe was not getting registered 2011-04-14 17:35:20 -07:00
stanza
test Fix double roster entry issue with Unicode. 2011-05-20 16:48:13 -04:00
thirdparty
xmlstream Fix double roster entry issue with Unicode. 2011-05-20 16:48:13 -04:00
__init__.py
basexmpp.py
clientxmpp.py Handle callback return value case. 2011-05-20 13:46:12 -04:00
componentxmpp.py
exceptions.py