3ca390d9cb
test workflow
58f6a5d90a
add management API endpoints
df6cdd4861
add a bit more logging
3d59f6aae5
read config path from cli args
split proto xmpp defs into its own crate
4c9ab1676e
split proto xmpp defs into its own crate
ad49703714
split proto irc defs into its own crate (#13)
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