xmpp: update to edition 2024
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
4a054ae802
commit
e503f016a3
19 changed files with 40 additions and 29 deletions
|
|
@ -9,13 +9,13 @@ use crate::tokio_xmpp::connect::{DnsConfig, StartTlsServerConnector};
|
|||
use core::str::FromStr;
|
||||
|
||||
use crate::{
|
||||
Agent, ClientFeature, RoomNick,
|
||||
jid::{BareJid, Jid, ResourceRef},
|
||||
parsers::{
|
||||
disco::{DiscoInfoResult, Feature, Identity},
|
||||
ns,
|
||||
},
|
||||
tokio_xmpp::{connect::ServerConnector, xmlstream::Timeouts, Client as TokioXmppClient},
|
||||
Agent, ClientFeature, RoomNick,
|
||||
tokio_xmpp::{Client as TokioXmppClient, connect::ServerConnector, xmlstream::Timeouts},
|
||||
};
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue