tokio-xmpp: update for minidom changes
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
eca44f5602
commit
33ee71bcb4
3 changed files with 14 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue