slixmpp/slixmpp/xmlstream
mathieui f884b67b8b Fix a regression introduced in 1.5.0
Due to the send queue, messages sent immediatly before calling
"disconnect" would not be sent.
2020-05-02 17:17:08 +02:00
..
handler Switch from @asyncio.coroutine to async def everywhere. 2018-07-01 18:46:33 +02:00
matcher Fix typos, thanks codespell! 2018-01-10 02:18:07 +01:00
__init__.py XMLStream: factorize the highlight function so it can be used in tests as well 2015-03-02 17:10:27 +01:00
asyncio.py Remove monkeypatching hack on the event loop 2016-10-05 20:19:07 +02:00
cert.py Transform an if into an elif in cert parsing. 2016-10-23 14:15:02 +01:00
resolver.py Fix missing async def in function. 2018-07-02 14:33:21 +02:00
stanzabase.py Fix TypeError: 'NoneType' object is not an iterator 2020-04-04 18:42:48 +02:00
tostring.py Simplify the non-CDATA path of tostring.escape. 2019-01-09 15:03:05 +01:00
xmlstream.py Fix a regression introduced in 1.5.0 2020-05-02 17:17:08 +02:00