echo_bot: use xmpp-parsers to generate stanzas

This also fixes a bug where show and status were inverted while
creating the presence element.
This commit is contained in:
Emmanuel Gil Peyrot 2017-07-18 20:41:57 +01:00 committed by Astro
commit 0ec0f3413e
2 changed files with 12 additions and 15 deletions

View file

@ -17,3 +17,4 @@ sasl = "*"
rustc-serialize = "*"
jid = "*"
domain = "0.2.1"
xmpp-parsers = "0.6.0"