xmpp: Update to tokio-xmpp 3.4
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
68a8c043a2
commit
21c9fa2df4
5 changed files with 7 additions and 8 deletions
|
|
@ -8,7 +8,7 @@ use super::Agent;
|
|||
use crate::Event;
|
||||
use std::convert::TryFrom;
|
||||
use std::str::FromStr;
|
||||
use xmpp_parsers::{
|
||||
use tokio_xmpp::parsers::{
|
||||
bookmarks2::{Autojoin, Conference},
|
||||
ns,
|
||||
pubsub::event::PubSubEvent,
|
||||
|
|
|
|||
Loading…
Reference in a new issue