Rip out quick-xml
This commit is contained in:
parent
0fcb8285c5
commit
ea366c2334
15 changed files with 136 additions and 177 deletions
|
|
@ -336,7 +336,7 @@ mod tests {
|
|||
assert_eq!(
|
||||
framed.get_ref().get_ref(),
|
||||
&format!(
|
||||
"<message xmlns=\"jabber:client\"><body>{}</body></message>",
|
||||
"<message xmlns='jabber:client'><body>{}</body></message>",
|
||||
text
|
||||
)
|
||||
.as_bytes()
|
||||
|
|
|
|||
Loading…
Reference in a new issue