tokio-xmpp: Re-export xso::error::FromElementError

skip-changelog: code requiring xso hasn't been released yet

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2025-08-07 13:39:34 +02:00
commit 9803546795
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2

View file

@ -122,6 +122,8 @@ mod event;
pub mod stanzastream;
pub mod xmlstream;
pub use xso::{asxml::PrintRawXml, error::FromElementError};
#[doc(inline)]
/// Generic tokio_xmpp Error
pub use crate::error::Error;
@ -142,6 +144,3 @@ mod tests {
use crate::parsers;
}
}
// Re-export for debug purposes
pub use xso::asxml::PrintRawXml;