tokio-xmpp: update for minidom changes

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-04-04 23:40:30 +02:00
commit 33ee71bcb4
3 changed files with 14 additions and 11 deletions

View file

@ -70,7 +70,7 @@ pub async fn start<S: AsyncRead + AsyncWrite + Unpin>(
stream,
ns,
stream_id.clone(),
Element::builder(stream_id).build(),
Element::builder(stream_id, NS_XMPP_STREAM).build(),
)
};
Ok(stream)