summaryrefslogtreecommitdiff
path: root/slixmpp/xmlstream/xmlstream.py
AgeCommit message (Expand)Author
2020-05-02Fix a regression introduced in 1.5.0mathieui
2020-04-04fire 'disconnected' callback from abort()Georg Lukas
2020-04-04expose is_connecting state based on connection attempt futureGeorg Lukas
2020-03-29Reset reconnect delay on manual reconnect, add delay eventGeorg Lukas
2020-03-23reconnect: fix callback when not currently connectedGeorg Lukas
2019-12-27Put the queue exception at toplevelmathieui
2019-12-27Improve the send queue code a bitmathieui
2019-12-27add a separate place for slow ass filtersmathieui
2019-12-27raise Exceptionmathieui
2019-12-27Try/except around outbound stanza processingmathieui
2019-12-27Remove trailing whitespacemathieui
2019-12-27Run the send queue in a separate coroutinemathieui
2019-08-28Revert "Remove a block of compatibility code"Maxime “pep” Buquet
2019-08-26Remove a block of compatibility codemathieui
2019-07-13Make generated stanza id truly randomMaxime “pep” Buquet
2019-07-03xmlstream.disconnect: add compat behaviour, set wait to default `2.0` when Tr...Maxime “pep” Buquet
2019-04-24xmlstream.disconnect: fix frenchism in docstringMaxime “pep” Buquet
2019-04-24xmlstream.disconnect: typing hintsMaxime “pep” Buquet
2019-03-26mark end-of-stream as session-ending eventGeorg Lukas
2019-03-26Do not directly enqueue connect() as event handler, parameter mismatchGeorg Lukas
2019-03-26Do not close stream on 0-timeout disconnect, allows 0198 resumeGeorg Lukas
2019-03-26Propagate disconnect() reason into 'disconnected' eventGeorg Lukas
2019-02-22Fix slixmpp.ClientXMPP.cancel_connection_attempt()ehendrix23
2018-10-15fixing deprecation warnings for pytestFlorian Klien
2018-10-09Add the loop parameters at places where it has been forgottenmathieui
2018-08-08Fix compatibility with python 3.5 and 3.6mathieui
2018-08-07Fix TLS with python 3.7mathieui
2018-07-01Switch from @asyncio.coroutine to async def everywhere.Emmanuel Gil Peyrot
2018-02-11asyncio.async has been scheduled for removal for a long time nowmathieui
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-11-23Record the current connection attempt in a future and allow cancellationmathieui
2017-07-17xmlstream: Remove pygments dumping.Emmanuel Gil Peyrot
2017-05-24always define ssl_contextMathias Ertl
2017-05-24pass SSL context to TLS connectionsMathias Ertl
2017-05-24add function to explicitly get the ssl contextMathias Ertl
2017-05-16Merge remote-tracking branch 'samwhited/sslsocket_workaround'louiz’
2017-05-08Fixes port being set to 0 when connecting via hostname.Tom Wambold
2017-02-16xmlstream: Warn when the parser is None when data is received.Emmanuel Gil Peyrot
2016-12-29Check for XML parsing errors and disconnect in that case.WIPEmmanuel Gil Peyrot
2016-12-29XMLStream: Break a long line to make it more readable.Emmanuel Gil Peyrot
2016-10-06Fix fetching the SSL socket for Python 3.4 and 3.5Sam Whited
2016-10-05Remove monkeypatching hack on the event loopmathieui
2016-09-30Fix #3226 (unicity of scheduled event names)mathieui
2016-09-30Minor documentation fixesSam Whited
2016-08-12Provide domain name to loop.create_connection if using SSL.Gasper Zejn
2015-09-25Reset the DNS answers after a connection is made succesfullymathieui
2015-09-19Fix connecting to a custom host/portmathieui
2015-09-14(Temporary) fix for python 3.5mathieui
2015-08-08Reset the connect future after a disconnectmathieui
2015-07-21Add a waiting time before reconnecting automaticallymathieui