Moved starttls connector to tokio_xmpp::connect::starttls module
This commit is contained in:
parent
9151461b10
commit
ec3c7694a7
7 changed files with 59 additions and 65 deletions
|
|
@ -42,4 +42,3 @@ impl Component<TcpServerConnector> {
|
|||
Self::new_with_connector(jid, password, TcpServerConnector::new(server)).await
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue