xmpp-parsers: Remove optional child from sm element
When the required child was added and subsequently reverted, it was
noted that optional and required were never defined, and only appeared
in old XEP-0198 examples. The XEP has been fixed already[1].
This basically reverts 0f0759b207.
[1] https://github.com/xsf/xeps/pull/1447
This commit is contained in:
parent
621c5882cf
commit
0a1b291574
3 changed files with 4 additions and 10 deletions
|
|
@ -108,7 +108,6 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
|
|||
- Push Notifications (XEP-0357) (!543)
|
||||
- JSON Containers (XEP-0335) (!546)
|
||||
* Improvements:
|
||||
- Add support for `<optional/> in XEP-0198 feature advertisment
|
||||
- Add support application-specific error conditions in XEP-0198
|
||||
- Keep unsupported vCard elements as `minidom::Element`, so that they
|
||||
get serialized back instead of being dropped. We now also test for
|
||||
|
|
|
|||
Loading…
Reference in a new issue