Mercurial > libervia-pubsub
comparison CHANGELOG @ 460:607616f9ef5b
backend: new `server_jid` option:
Server domain must be known to validate requests, this can be done explicitely by using the
`server_jid` option. If this option is not set, the server domain is found:
- by using the `from` name of the initial delegation advertising message
- or it fallbacks to using the part after initial `.` (`pubsub.example.org` would give
`example.org`)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 15 Oct 2021 09:32:07 +0200 |
parents | cebcb7f56889 |
children | a017af61a32b |
comparison
equal
deleted
inserted
replaced
459:cebcb7f56889 | 460:607616f9ef5b |
---|---|
4 - publish-options implementation | 4 - publish-options implementation |
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 - server jid can now be specified with "server_jid" parameter, otherwise it's determined automatically | |
9 - service name can now be specified with "service_name" parameter | 10 - service name can now be specified with "service_name" parameter |
10 - namespace delegation update to v0.5 ("urn:xmpp:delegation:2" is now used) | 11 - namespace delegation update to v0.5 ("urn:xmpp:delegation:2" is now used) |
11 - bug fixes | 12 - bug fixes |
12 | 13 |
13 v 0.3.0 (16/08/2019) | 14 v 0.3.0 (16/08/2019) |