Changed name to XmppCodec

This commit is contained in:
Parker 2024-06-15 09:21:20 -04:00
commit eb0bc1b82f
5 changed files with 22 additions and 22 deletions

View file

@ -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;