Skip to content

Add into_inner() to tokio_xmpp::SimpleClient

moparisthebest requested to merge moparisthebest/xmpp-rs:main into main

Currently to get at the underlying TLS stream, you have to do unspeakable things. This normally frowned upon thing is required to test servers for correctness, fuzzing and such.

After this addition, it's much cleaner to do this same thing.

Merge request reports