xmpp: Use tokio-xmpp’s reexports of jid and minidom
This commit is contained in:
parent
e9b226e1ae
commit
5fc12c45b5
19 changed files with 35 additions and 21 deletions
|
|
@ -7,11 +7,12 @@
|
|||
use std::sync::{Arc, RwLock};
|
||||
use tokio_xmpp::connect::ServerConnector;
|
||||
use tokio_xmpp::{
|
||||
jid::{BareJid, Jid},
|
||||
parsers::{
|
||||
disco::{DiscoInfoResult, Feature, Identity},
|
||||
ns,
|
||||
},
|
||||
AsyncClient as TokioXmppClient, AsyncConfig, BareJid, Jid,
|
||||
AsyncClient as TokioXmppClient, AsyncConfig,
|
||||
};
|
||||
|
||||
use crate::{Agent, ClientFeature};
|
||||
|
|
|
|||
Loading…
Reference in a new issue