mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Make XmppCodec public
This commit is contained in:
parent
84de007640
commit
6d449e9aaa
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ mod stream_start;
|
||||||
#[cfg(feature = "insecure-tcp")]
|
#[cfg(feature = "insecure-tcp")]
|
||||||
pub mod tcp;
|
pub mod tcp;
|
||||||
mod xmpp_codec;
|
mod xmpp_codec;
|
||||||
pub use crate::xmpp_codec::Packet;
|
pub use crate::xmpp_codec::{Packet, XMPPCodec};
|
||||||
mod event;
|
mod event;
|
||||||
pub use event::Event;
|
pub use event::Event;
|
||||||
mod client;
|
mod client;
|
||||||
|
|
Loading…
Reference in a new issue