Update dep minidom-rs to 0.2.0
This commit is contained in:
parent
9c6b42a961
commit
92969154b4
4 changed files with 4 additions and 4 deletions
|
|
@ -242,7 +242,7 @@ impl Client {
|
|||
if let Some(ref resource) = self.jid.resource {
|
||||
let res = Element::builder("resource")
|
||||
.ns(ns::BIND)
|
||||
.text(resource.to_owned())
|
||||
.append(resource.to_owned())
|
||||
.build();
|
||||
bind.append_child(res);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue