Update xmpp-rs upstream to 23c947d081

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-05-03 12:32:06 +02:00
commit 29881089d3
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 1 additions and 2 deletions

View file

@ -20,7 +20,7 @@ pretty_env_logger = "0.5"
serde = { version = "1.0", features = [ "derive" ] } serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0" serde_json = "1.0"
toml = "0.8" toml = "0.8"
xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "ec72d71551", default-features = false, features = [ "serde", "starttls-native"] } xmpp = { git = "https://gitlab.com/xmpp-rs/xmpp-rs", rev = "23c947d081", default-features = false, features = [ "serde", "starttls-native" ] }
hmac = "0.12" hmac = "0.12"
sha2 = "0.10" sha2 = "0.10"
hex = "0.4" hex = "0.4"

View file

@ -19,7 +19,6 @@ use log::debug;
use tokio::sync::mpsc; use tokio::sync::mpsc;
use xmpp::jid::{BareJid, Jid, ResourcePart}; use xmpp::jid::{BareJid, Jid, ResourcePart};
use xmpp::parsers::message::MessageType; use xmpp::parsers::message::MessageType;
use xmpp::tokio_xmpp::connect::StartTlsServerConnector;
use xmpp::{ use xmpp::{
message::send::RawMessageSettings, muc::room::JoinRoomSettings, Agent, ClientBuilder, message::send::RawMessageSettings, muc::room::JoinRoomSettings, Agent, ClientBuilder,
ClientFeature, ClientType, Event, RoomNick, ClientFeature, ClientType, Event, RoomNick,