presence: Simplify constructors.

This commit is contained in:
Emmanuel Gil Peyrot 2019-09-06 15:00:14 +02:00
commit cdf80c8979
2 changed files with 36 additions and 6 deletions

View file

@ -2,6 +2,8 @@ Version NEXT:
DATE Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* New parsers/serialisers:
- OpenPGP for XMPP (XEP-0373)
* Breaking changes:
- Presence constructors now take Into<Jid> and assume Some.
Version 0.15.0:
2019-09-06 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>