slixmpp/slixmpp/stanza
Emmanuel Gil Peyrot cd4c9f82fc Remove OrderedDict usage
We now support only Python 3.7+, this means we can rely on dict being
ordered by order of insertion, and thus no need to use OrderedDict from
collections.
2020-12-06 17:00:47 +01:00
..
__init__.py Rename to slixmpp 2014-07-17 14:19:04 +02:00
atom.py Manual cleanup of the remaining set([…]) and set((…)). 2016-10-22 13:37:46 +01:00
error.py Manual cleanup of the remaining set([…]) and set((…)). 2016-10-22 13:37:46 +01:00
htmlim.py Remove all deprecated alias in the core of slixmpp, and wherever they were used. 2014-09-28 23:58:46 +02:00
iq.py Add a default timeout to iq.send(). 2019-01-09 14:20:31 +01:00
message.py basexmpp: Make origin-id opt-out 2019-08-23 17:09:21 +02:00
presence.py presence: Ensure <show/> value is valid when returned as presence @type value 2019-04-24 20:29:54 +01:00
rootstanza.py Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-merge 2015-10-02 19:00:19 +02:00
roster.py Fix typos, thanks codespell! 2018-01-10 02:18:07 +01:00
stream_error.py Manual cleanup of the remaining set([…]) and set((…)). 2016-10-22 13:37:46 +01:00
stream_features.py Remove OrderedDict usage 2020-12-06 17:00:47 +01:00