Message and message_correct::Replace now has typed Id

This commit is contained in:
xmppftw xmppftw 2024-12-21 00:10:13 +01:00 committed by pep
commit 33098e6f2c
9 changed files with 45 additions and 32 deletions

View file

@ -19,6 +19,7 @@ extern crate log;
use core::fmt;
use jid::{ResourcePart, ResourceRef};
use parsers::message::Id as MessageId;
pub mod agent;
pub mod builder;
@ -40,7 +41,6 @@ pub use event::Event;
pub use feature::ClientFeature;
pub type Error = tokio_xmpp::Error;
pub type Id = Option<String>;
/// Nickname for a person in a chatroom.
///