comparison CHANGELOG @ 462:a017af61a32b

privilege: add server JID to `publisher` so `+notify` works with it: the server's PEP itself is now working as other PEP accounts, i.e. notification of last published message are sent on presence received when `+notify` is used.
author Goffi <goffi@goffi.org>
date Fri, 15 Oct 2021 09:32:07 +0200
parents 607616f9ef5b
children f520ac3164b0
comparison
equal deleted inserted replaced
461:c9238fca1fb3 462:a017af61a32b
2 - /!\ renamed to "Libervia Pubsub", application name is now "libervia-pubsub" 2 - /!\ renamed to "Libervia Pubsub", application name is now "libervia-pubsub"
3 - Python 3 port 3 - Python 3 port
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 - Form Discovery and Publishing (XEP-0346) 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 - server jid can now be specified with "server_jid" parameter, otherwise it's determined automatically
10 - service name can now be specified with "service_name" parameter 10 - service name can now be specified with "service_name" parameter
11 - PEP is now working for server itself, making it usable for Service Outage Status (XEP-0455)
11 - namespace delegation update to v0.5 ("urn:xmpp:delegation:2" is now used) 12 - namespace delegation update to v0.5 ("urn:xmpp:delegation:2" is now used)
12 - bug fixes 13 - bug fixes
13 14
14 v 0.3.0 (16/08/2019) 15 v 0.3.0 (16/08/2019)
15 - PEP: presence and +notify initial support 16 - PEP: presence and +notify initial support