mam: Bump jid to 0.3.1, to serialise it directly to a text node.
This commit is contained in:
parent
6e48d0f65a
commit
86eb65b829
2 changed files with 2 additions and 2 deletions
|
|
@ -199,7 +199,7 @@ fn serialise_jid_list(name: &str, jids: Vec<Jid>) -> Option<Element> {
|
|||
.append(jids.into_iter()
|
||||
.map(|jid| Element::builder("jid")
|
||||
.ns(ns::MAM)
|
||||
.append(String::from(jid))
|
||||
.append(jid)
|
||||
.build())
|
||||
.collect::<Vec<_>>())
|
||||
.build())
|
||||
|
|
|
|||
Loading…
Reference in a new issue