parsers, tokio-xmpp: remove unnecessary jid feature alias
Maxime “pep” Buquet
created
It can be done directly using `jid = { version = "*", features =
["stringprep"] }` even though jid is imported from another lib.
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>