xmpp: Use tokio-xmpp’s reexports of jid and minidom

This commit is contained in:
Emmanuel Gil Peyrot 2024-07-24 20:52:10 +02:00 committed by Jonas Schäfer
commit 5fc12c45b5
19 changed files with 35 additions and 21 deletions

View file

@ -6,6 +6,7 @@
use tokio_xmpp::connect::ServerConnector;
use tokio_xmpp::{
jid::Jid,
parsers::{
bookmarks,
disco::DiscoInfoResult,
@ -14,7 +15,6 @@ use tokio_xmpp::{
private::Query as PrivateXMLQuery,
pubsub::pubsub::{Items, PubSub},
},
Jid,
};
use crate::Agent;