xmpp-parsers: Split vCard-temp iq get into new VCardQuery

There is no reason to force users to use the same struct for both.
This commit is contained in:
Emmanuel Gil Peyrot 2025-01-26 12:19:43 +01:00
commit 86b65ab447
2 changed files with 10 additions and 1 deletions

View file

@ -46,6 +46,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
cert_management::Item::no_cert_management,
ssm::StreamManagement::optional and starttls::StartTls::required are
now proper bools, instead of Option<ZeroSizedType> (!518)
- vCard-temp queries have been split into vcard::VCardQuery (!522)
* New parsers/serialisers:
- Stream Features (RFC 6120) (!400)
- Spam Reporting (XEP-0377) (!506)