Mercurial > libervia-pubsub
diff 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 |
line wrap: on
line diff
--- a/CHANGELOG Fri Oct 15 09:32:04 2021 +0200 +++ b/CHANGELOG Fri Oct 15 09:32:07 2021 +0200 @@ -6,6 +6,7 @@ - Full-Text Search, with node setting to specify language - XEP-0346 (Form Discovery and Publishing) implementation (replacing the non standard node schema) - environment variables can now be used to set options + - server jid can now be specified with "server_jid" parameter, otherwise it's determined automatically - service name can now be specified with "service_name" parameter - namespace delegation update to v0.5 ("urn:xmpp:delegation:2" is now used) - bug fixes