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
|
|
@ -6,7 +6,8 @@
|
|||
|
||||
use std::env::args;
|
||||
use std::str::FromStr;
|
||||
use tokio_xmpp::parsers::{message::MessageType, BareJid, Jid};
|
||||
use tokio_xmpp::jid::{BareJid, Jid};
|
||||
use tokio_xmpp::parsers::message::MessageType;
|
||||
use xmpp::{ClientBuilder, ClientFeature, ClientType, Event};
|
||||
|
||||
#[tokio::main]
|
||||
|
|
|
|||
Loading…
Reference in a new issue