moxxmpp/packages
Alexander "PapaTutuWawa f73daf4d1c fix(core): Fix getting stuck on invalid stream ends
Whenever the stream ends in a weird state, for example with
`<some-tag`, initiating a new stream will confuse the XML parser
and lead errors causing the connection to get stuck.

To fix this, we had to work around xml's extension methods and implement
the extensions in the new "stream parser" where we can reset the parser
(and by reset I mean replace) and thus continue with a fresh parsing state
whenever we reconnect (or connect).
2023-05-06 20:58:34 +02:00
..
moxxmpp fix(core): Fix getting stuck on invalid stream ends 2023-05-06 20:58:34 +02:00
moxxmpp_socket_tcp release: Version 0.3.1 2023-04-05 13:20:16 +02:00