tokio_xmpp: implement high-level, resilient stanza stream
This commit is contained in:
parent
56ce57ecde
commit
80f899daa0
14 changed files with 2943 additions and 8 deletions
|
|
@ -17,7 +17,7 @@ use crate::connect::StartTlsServerConnector;
|
|||
use crate::connect::TcpServerConnector;
|
||||
|
||||
mod bind;
|
||||
mod login;
|
||||
pub(crate) mod login;
|
||||
mod stream;
|
||||
|
||||
/// XMPP client connection and state
|
||||
|
|
|
|||
Loading…
Reference in a new issue