SleekXMPP/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 Use underscore method name. 2011-04-08 16:14:22 -04:00
test Fix double roster entry issue with Unicode. 2011-05-20 16:48:13 -04:00
thirdparty Fix thirdparty imports for Python3 2011-01-19 17:49:39 -05:00
xmlstream Fix double roster entry issue with Unicode. 2011-05-20 16:48:13 -04:00
__init__.py Add version info. 2011-04-08 16:39:39 -04:00
basexmpp.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
clientxmpp.py Handle callback return value case. 2011-05-20 13:46:12 -04:00
componentxmpp.py Doesn't fail if host has NO SRV record 2010-11-09 01:53:41 +08:00
exceptions.py XMPPError exceptions can keep a stanza's contents. 2011-02-11 15:20:26 -05:00