xmpp: Update to tokio-xmpp 3.4

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-08-17 16:17:53 +02:00
commit 21c9fa2df4
5 changed files with 7 additions and 8 deletions

View file

@ -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,