Skip to content

Add more specific `into_*` conversion functions to specific JID subtypes

This is necessary because into_inner() as implemented on Jid consumes the value. That means it cannot be called through Deref (because that only takes a reference).

Merge request reports