parsers: add support for mediated invite syntax
This commit is contained in:
parent
c0e45b6a0f
commit
330b216f3d
2 changed files with 61 additions and 1 deletions
|
|
@ -41,6 +41,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
|
|||
- message_correction::Replace id field is now Id instead of String (!504)
|
||||
- `Caps::hash` has been split into `Caps::hash` (the algo) and
|
||||
`Caps::ver` (the actual hash), to reflect the attributes (!517)
|
||||
- muc::MucUser now has an `invite` field
|
||||
* New parsers/serialisers:
|
||||
- Stream Features (RFC 6120) (!400)
|
||||
- Spam Reporting (XEP-0377) (!506)
|
||||
|
|
@ -49,6 +50,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
|
|||
- Stream Limits Advertisement (XEP-0478)
|
||||
- Message Displayed Synchronization (XEP-0490)
|
||||
- RFC 6120 stream errors
|
||||
- XEP-0045 mediated invites
|
||||
* Improvements:
|
||||
- Add support for `<optional/> in XEP-0198 feature advertisment
|
||||
- Add support application-specific error conditions in XEP-0198
|
||||
|
|
|
|||
Loading…
Reference in a new issue