comparison CHANGELOG @ 463:f520ac3164b0

privilege: improvment on last message sending on presence with `+notify`: - local entities subscribed to the presence of an other local entity which is connecting are now added to presence map. This helps getting their notification even if they didn't connect recently - nodes with `presence` access model are now also used for `+notify` - notifications are not sent anymore in case of status change if the resource was already present.
author Goffi <goffi@goffi.org>
date Fri, 15 Oct 2021 13:40:56 +0200
parents a017af61a32b
children dc53c6f020bc
comparison
equal deleted inserted replaced
462:a017af61a32b 463:f520ac3164b0
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 - PEP is now working for server itself, making it usable for Service Outage Status (XEP-0455)
12 - 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)
13 - better handling of "+notify" for PEP
13 - bug fixes 14 - bug fixes
14 15
15 v 0.3.0 (16/08/2019) 16 v 0.3.0 (16/08/2019)
16 - PEP: presence and +notify initial support 17 - PEP: presence and +notify initial support
17 - PEP: notifications for auto subscribers 18 - PEP: notifications for auto subscribers