client: switch SinkItem to Packet
this breaks backwards compatibility
This commit is contained in:
parent
1e7031aa31
commit
2654722fa3
3 changed files with 10 additions and 20 deletions
|
|
@ -8,6 +8,7 @@ extern crate derive_error;
|
|||
mod starttls;
|
||||
mod stream_start;
|
||||
pub mod xmpp_codec;
|
||||
pub use crate::xmpp_codec::Packet;
|
||||
pub mod xmpp_stream;
|
||||
pub use crate::starttls::StartTlsClient;
|
||||
mod event;
|
||||
|
|
|
|||
Loading…
Reference in a new issue