Absolute document link
This commit is contained in:
parent
e153468117
commit
38baf53de5
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ impl Component<TcpServerConnector> {
|
||||||
impl<C: ServerConnector> Component<C> {
|
impl<C: ServerConnector> Component<C> {
|
||||||
/// Start a new XMPP component.
|
/// Start a new XMPP component.
|
||||||
///
|
///
|
||||||
/// Unfortunately [`StartTlsConnector`] is not supported yet. The tracking issue is
|
/// Unfortunately [`StartTlsConnector`](tokio_xmpp::connect::StartTlsConnector) is not supported yet.
|
||||||
/// [#143](https://gitlab.com/xmpp-rs/xmpp-rs/-/issues/143).
|
/// The tracking issue is [#143](https://gitlab.com/xmpp-rs/xmpp-rs/-/issues/143).
|
||||||
pub async fn new_with_connector(
|
pub async fn new_with_connector(
|
||||||
jid: &str,
|
jid: &str,
|
||||||
password: &str,
|
password: &str,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue