impl stream for client
This commit is contained in:
parent
547902fe8f
commit
1e2672ba50
7 changed files with 254 additions and 70 deletions
|
|
@ -15,6 +15,7 @@ use stream_start::StreamStart;
|
|||
|
||||
pub const NS_XMPP_TLS: &str = "urn:ietf:params:xml:ns:xmpp-tls";
|
||||
|
||||
|
||||
pub struct StartTlsClient<S: AsyncRead + AsyncWrite> {
|
||||
state: StartTlsClientState<S>,
|
||||
jid: Jid,
|
||||
|
|
|
|||
Loading…
Reference in a new issue