ChangeLog

 1Version 0.2.0:
 22017-05-06  Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
 3    * New parsers/serialisers:
 4        - Stanza error, as per RFC 6120 §8.3.
 5        - Jingle SOCKS5 Transport, XEP-0260.
 6    * Incompatible changes:
 7        - Parsers and serialisers now all implement TryFrom<Element>
 8          and Into<Element>, instead of the old parse_* and serialise_*
 9          functions.
10        - Presence has got an overhaul, it now hosts show, statuses and
11          priority in its struct.  The status module has also been
12          dropped.
13        - Message now supports multiple bodies, each in a different
14          language.  The body module has also been dropped.
15        - Iq now gets a proper StanzaError when the type is error.
16        - Fix bogus Jingle payload, which was requiring both
17          description and transport.
18    * Crate updates:
19        - minidom 0.3.0
20
21Version 0.1.0:
222017-04-29  Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
23    * Implement many extensions.