split proto xmpp defs into its own crate
split proto irc defs into its own crate
split proto irc defs into its own crate
xmpp: rewrite bind request parser as a coroutine
Not sure how, this is for the case when I receive something like
<bind></bind>
with no <resource>text</resource>
inside it
xmpp: rewrite bind request parser as a coroutine
I accept the consequences of their unstability, but they are just too concise in comparison to manually defined state machines. Other parsers already use generators, so it's probably a good idea…
xmpp: rewrite bind request parser as a coroutine