mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
lib: Reexport JidParseError from the jid crate.
This commit is contained in:
parent
e3d6605659
commit
bfd90be0c9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
pub use minidom::Element;
|
pub use minidom::Element;
|
||||||
pub use jid::Jid;
|
pub use jid::{Jid, JidParseError};
|
||||||
|
|
||||||
/// XML namespace definitions used through XMPP.
|
/// XML namespace definitions used through XMPP.
|
||||||
pub mod ns;
|
pub mod ns;
|
||||||
|
|
Loading…
Reference in a new issue