This commit is contained in:
Emmanuel Gil Peyrot 2019-09-06 16:03:58 +02:00
commit ff77f6141f
18 changed files with 97 additions and 174 deletions

View file

@ -55,7 +55,6 @@ macro_rules! generate_blocking_element {
Element::builder("item")
.ns(ns::BLOCKING)
.attr("jid", jid)
.build()
}))
.build()
}