slixmpp/sleekxmpp/xmlstream
Lance Stout 917faecdcb Fix issue of roster data being split across multiple rosters.
Resolved by always normalizing JIDs to bare form, regardless of if they
are JID objects or strings.

Also simplified related code to prefer use of JID objects instead of
strings so they don't need to be parsed multiple times.
2012-07-19 23:54:18 -07:00
..
handler
matcher
__init__.py
cert.py
filesocket.py
jid.py Fix issue of roster data being split across multiple rosters. 2012-07-19 23:54:18 -07:00
resolver.py
scheduler.py
stanzabase.py
tostring.py
xmlstream.py