Changed name to XmppCodec
This commit is contained in:
parent
56dc1c6e60
commit
eb0bc1b82f
5 changed files with 22 additions and 22 deletions
|
|
@ -25,7 +25,7 @@ mod stream_start;
|
|||
#[cfg(feature = "insecure-tcp")]
|
||||
pub mod tcp;
|
||||
mod xmpp_codec;
|
||||
pub use crate::xmpp_codec::{Packet, XMPPCodec};
|
||||
pub use crate::xmpp_codec::{Packet, XmppCodec};
|
||||
mod event;
|
||||
pub use event::Event;
|
||||
mod client;
|
||||
|
|
|
|||
Loading…
Reference in a new issue