changeset 5754:1d0a0d3f9593

mod_restrict_xmpp: Add vcard4 PEP node to profile permission
author Kim Alvefur <zash@zash.se>
date Sat, 02 Dec 2023 11:07:23 +0100
parents 3730992d0c7c
children 4a353ccce220
files mod_restrict_xmpp/mod_restrict_xmpp.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_restrict_xmpp/mod_restrict_xmpp.lua	Sat Dec 02 11:06:47 2023 +0100
+++ b/mod_restrict_xmpp/mod_restrict_xmpp.lua	Sat Dec 02 11:07:23 2023 +0100
@@ -56,6 +56,7 @@
 	["storage:bookmarks"] = "bookmarks";
 	["urn:xmpp:bookmarks:1"] = "bookmarks";
 
+	["urn:xmpp:vcard4"] = "profile";
 	["urn:xmpp:avatar:data"] = "profile";
 	["urn:xmpp:avatar:metadata"] = "profile";
 	["http://jabber.org/protocol/nick"] = "profile";