Mercurial > libervia-pubsub
comparison CHANGELOG @ 459:cebcb7f56889
backend, delegation: update to XEP-0355 v0.5 (namespace bump) + disco:
- delegation now uses namespace `urn:xmpp:delegation:2`
- restored node metadata and made it work with PEP
- `delegated` attribute is also set on recipient when available (needed to know when a
disco query is delegated as the original stanza is lost by wokkel)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 15 Oct 2021 09:32:04 +0200 |
parents | 1a179ad10125 |
children | 607616f9ef5b |
comparison
equal
deleted
inserted
replaced
458:bc2e04a4d3c1 | 459:cebcb7f56889 |
---|---|
5 - max_items configuration option | 5 - max_items configuration option |
6 - Full-Text Search, with node setting to specify language | 6 - Full-Text Search, with node setting to specify language |
7 - XEP-0346 (Form Discovery and Publishing) implementation (replacing the non standard node schema) | 7 - XEP-0346 (Form Discovery and Publishing) implementation (replacing the non standard node schema) |
8 - environment variables can now be used to set options | 8 - environment variables can now be used to set options |
9 - service name can now be specified with "service_name" parameter | 9 - service name can now be specified with "service_name" parameter |
10 - namespace delegation update to v0.5 ("urn:xmpp:delegation:2" is now used) | |
10 - bug fixes | 11 - bug fixes |
11 | 12 |
12 v 0.3.0 (16/08/2019) | 13 v 0.3.0 (16/08/2019) |
13 - PEP: presence and +notify initial support | 14 - PEP: presence and +notify initial support |
14 - PEP: notifications for auto subscribers | 15 - PEP: notifications for auto subscribers |