xmpp-rs/parsers/src/pubsub
mb ac0707e52d
Make ‘var’ attribute of a Field optional
Looking at [the spec](https://xmpp.org/extensions/xep-0004.html#protocol-field)
it seems valid not to have a `var` attribute set, at least for fields of type
`fixed` that is:

> If the element type is anything other than "fixed" (see below), it MUST
> possess a 'var' attribute that uniquely identifies the field in the context
> of the form (if it is "fixed", it MAY possess a 'var' attribute). The element
> MAY possess a 'label' attribute that defines a human-readable name for the field.
2024-06-18 12:55:32 +02:00
..
event.rs Derive PartialEq for PubSub elements 2024-06-17 19:10:14 +02:00
mod.rs
owner.rs Make ‘var’ attribute of a Field optional 2024-06-18 12:55:32 +02:00
pubsub.rs Make ‘var’ attribute of a Field optional 2024-06-18 12:55:32 +02:00