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 PEP8 formatting updates. 2012-06-19 01:29:48 -07:00
matcher Remove usage of deprecated getchildren() method. 2012-06-19 09:47:31 -07:00
__init__.py
cert.py PEP8 formatting updates. 2012-06-19 01:29:48 -07:00
filesocket.py
jid.py Fix issue of roster data being split across multiple rosters. 2012-07-19 23:54:18 -07:00
resolver.py Add a warning log if dnspython is not found for SRV lookup. 2012-07-16 19:38:50 -07:00
scheduler.py Prevent None from being added to the schedule from a timing issue. 2012-07-09 22:59:26 -07:00
stanzabase.py Resolve xml:lang issue with duplicated elements depending on ordering. 2012-06-22 18:19:17 -07:00
tostring.py Remove usage of deprecated getchildren() method. 2012-06-19 09:47:31 -07:00
xmlstream.py Add method to remove a filter. 2012-07-10 01:37:23 -07:00